Section contents
cfile.oxh
<TBS>
info& = VolumeInfoDriveInfo&:(this&)
Returns information about the drive on which the volume is mounted.
this& |
A handle to a volume information object |
info& |
A handle to a drive information object |
size& = VolumeInfoFree&:(this&)
Returns the free space.
this& |
A handle to a volume information object |
size& |
A handle to an Int64 object |
name$ = VolumeInfoName$:(this&)
Returns the (optional) name of the volume.
this& |
A handle to a volume information object |
name$ |
The name of the volume |
If the name$
string cannot be created then an
error is generated which should be trapped by an ONERR
handler.
size& = VolumeInfoSize&:(this&)
Returns the maximum size.
this& |
A handle to a volume information object |
size& |
A handle to an Int64 object |
id& = VolumeInfoUniqueId&:(this&)
Returns the volume's unique ID.
this& |
A handle to a volume information object |
id& |
The unique id of the volume |