>>-SysDriveInfo(drive)-----------------------------------------><
Returns drive information in the form: drive: free total label.
is the drive letter identifier.
is the drive unused space.
is the total size of the drive.
is the drive label.
If the drive is not accessible, then SysDriveInfo returns "".
Parameter:
The drive of interest, "C:".
Example:
/* Code */ say "Disk="SysDriveInfo("C:") /* Output */ Disk=C: 33392640 83687424 TRIGGER_C