﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2064	DriveStatus returns INVALID on existing path (by Volume Name)	MrCreatoR <mscreator@…>		"Run this on 3.3.7.1 and lower versions:

{{{
$sGuid = DllCall('kernel32.dll', 'int', 'GetVolumeNameForVolumeMountPointW', 'wstr', 'C:\', 'wstr', '', 'dword', 80)
$sGuid = $sGuid[2]

$sStatus = DriveStatus($sGuid)
$sType = DriveGetType($sGuid)

MsgBox(262144, 'Status', $sStatus)
MsgBox(262144, 'Type', $sType)
}}}

The result is fine, but if we try it on 3.3.7.5 and above (i haven't tested on versions between 3.3.7.1 and 3.3.7.5), we will get INVALID from the DriveStatus.
But as we can see, DriveGetType returns correct value.

'''Environment(Language:0419  Keyboard:00000409  OS:WIN_7/  CPU:X64 OS:X86)'''"	Bug	closed		AutoIt	3.3.7.22	None	No Bug	DriveStatus INVALID	
