返回驅(qū)動器類型.
DriveGetType ( "路徑" )
Local $var = DriveGetType("c:\") MsgBox(4096, "", "驅(qū)動器類型: " & $var)