Product SiteDocumentation Site

8.16. SysDriveInfo (Windows only)


>>-SysDriveInfo(drive)-----------------------------------------><

Returns drive information in the form: drive: free total label.
drive:
is the drive letter identifier.
free
is the drive unused space.
total
is the total size of the drive.
label
is the drive label.
If the drive is not accessible, then SysDriveInfo returns "".
Parameter:
drive
The drive of interest, "C:".

Example 8.4. RexxUtil - SysDriveinfo

/* Code */
say "Disk="SysDriveInfo("C:")
/* Output */
Disk=C: 33392640 83687424 TRIGGER_C