xHarbour Reference Documentation > Function Reference |
Sets the volume label of a disk.
Volume( <cVolumeName> ) --> lSuccess
The function returns .T. (true) if the volume label could be set, otherwise .F. (false) is returned.
Note: the function recognizes the CSetSafety() setting. It leaves the volume label unchanged when CSetSafety() returns .T. (true).
See also: | CSetSafety(), FileSeek(), GetVolInfo() |
Category: | CT:DiskUtil , Disks and Drives |
Source: | ct\disk.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com