http://bugs.winehq.org/show_bug.cgi?id=23355 --- Comment #2 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2010-07-26 11:56:50 --- Bug #20887 also involves GetVolumeInformation. What controls whether GetVolumeInformationA("X:") succeeds or not is not GetCurrentDirectory(). It is the queried drive's default directory. MS-Windows maintains one default directory per drive letter (and per process) in the environment variable "=X:". You can see that by typing set " (including this double quote) in a DOS shell. It is only when the drive to be queried corresponds with the unique GetCurrentDirectory that the latter comes into play. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.