Getvol.bas is v1.0a of a sample program for a volume label function.

Getvol for QB v4.5 simulates the VOL$() function in BC7 (PDS 7.10).

The call to VOL$(c$) with a drive letter returns the volume label.
Example: x$ = VOL$("C")

Findfile does not currently allow Windows long filenames, only 8.3 files.

This code is public domain 2003.

-end-
