Drive
The Drive object provides information about a drive (hard drive, CD ROM, etc) on your system. You can obtain a Vector of Drive objects, one for each drive on your system, from the FSUtil.Drives method.
Property Name
Return Type
Description
default value
string
Returns the root of the drive (e.g. C:\).
bpc
int
Returns the bytes-per-cluster value for the drive.
filesys
string
Returns a string representing the filesystem type.
flags
int
Returns a value representing filesystem flags for the drive.
label
string
Returns the drive's label.
type
string
Returns a string indicating the drive type (removable, fixed, remote, cdrom, ramdisk).
最后更新于