docs

Home All functions Categories

vuDiskLabel()

vuDiskLabel(), CSTRING

Description

Returns the volume label of the root directory of the C: drive.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

A null-terminated CSTRING containing the disk label of the C: drive.

Example

MESSAGE('The C: drive label is: ' & vuDiskLabel())

LOC:Label = vuDiskLabel()

Notes

ChatG

Home All functions Categories