| Home | All functions | Categories |
vuDiskLabel(), CSTRING
Returns the volume label of the root directory of the C: drive.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
A null-terminated CSTRING containing the disk label of the C: drive.
MESSAGE('The C: drive label is: ' & vuDiskLabel())
LOC:Label = vuDiskLabel()
ChatG
| Home | All functions | Categories |