|
Get disk drive information.
syntax
GetDriveVolumeInfo(
drive,
&freespace
[,&totalspace]
[,&volumename]
[,&volumeserial]
)
Parameters
drive
|
|
Type:
|
character
|
|
The drive name. For example, to get information about the c drive, specify "c".
|
&freespace
|
|
Type:
|
character
|
|
Get the free space (Mbyte).
|
&totalspace
|
|
Type:
|
character
|
|
Get the total capacity (Mbyte).
|
&volumename
|
|
Type:
|
character
|
|
Get the volume name.
|
&volumeserial
|
|
Type:
|
character
|
|
Get the volume serial number.
|
Return Value
|
|
Type:
|
Boolean
|
|
FALSE - Failure. TRUE - Success.
|
Supported
reference
GetComputerName
GetIPAddress
GetDriveVolumeInfo
GetDisplaySize
GetRegistoryValue
SetRegistoryValue
DelRegistoryKey
HttpRequestMessage
SOAPRequestMessage
SendMagicPacket
|