﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
395	DriveGetDrive and @ScriptDir under windows Vista run as administrator	bart.wical@…		"If you mount a drive then run a compiled script as administrator.  The code below illustrates the issue.  Note if you run the copiled script without the rights elevation it works as expected

{{{
$var = DriveGetDrive( ""NETWORK"" )


If NOT @error Then
	MsgBox(4096,"""", ""Found "" & $var[0] & "" drives"")
	For $i = 1 to $var[0]
		MsgBox(4096,""Drive "" & $i, $var[$i])
	Next
Else
	MsgBox(0,""Error"",@error)
EndIf
}}}"	Bug	closed		AutoIt	3.2.12.0	None	No Bug		
