Funktionsreferenz

DriveStatus

Returns the status of the drive as a string.

DriveStatus ( "path" )

 

Parameter

path Path of drive to receive information from.

 

Bemerkungen

The list of possible return values may be incomplete.
DriveStatus may even work when a complete directory path (which exists) is given. However, a file path won't work.

 

Siehe auch

DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveGetType, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal

 

Beispiel


$var = DriveStatus( "c:\" )
MsgBox(4096,"Status",$var)