At 12:11 AM 10/21/2004 +0100, you wrote:
There are functions to obtains the drive, directory, etc., but is there a way to obtain the volume label?
I'm thinking of identifying Zip disks.
Use the GETVAL function of R:BASE!
Syntax:
GETVAL('GetVolumeID','driveletter'))Example:
SET VAR vVolumeID = (GETVAL('GetVolumeID','C'))
Will return the label name of drive C.Very Best R:egards,
Razzak.
