﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2082	drivestatus on mapped network drives fails on directories	anonymous		"; Drive I: is mapped to a share on W2008R2 Server
; Script runs on Windows 7 64 Bit
; The directory I:\SYNC exists in windows 7

msgbox(0,""STATUS I:\"", DriveStatus(""I:\""));           -> READY
msgbox(0,""STATUS I:\SYNC"", DriveStatus(""I:\SYNC""));   -> INVALID
msgbox(0,""STATUS I:\SYNC\"", DriveStatus(""I:\SYNC\"")); -> INVALID

; the same Script displays compiled with AutoitV3 3.6.1
msgbox(0,""STATUS I:\"", DriveStatus(""I:\""));           -> READY
msgbox(0,""STATUS I:\SYNC"", DriveStatus(""I:\SYNC""));   -> READY
msgbox(0,""STATUS I:\SYNC\"", DriveStatus(""I:\SYNC\"")); -> READY
"	Bug	closed		AutoIt	3.3.8.0	None	Duplicate	drivestatus	
