Docs » Autodocs » dos.library » Relabel
Relabel -- Change the volume name of a volume (V36)
success = Relabel(volumename,name) D0 D1 D2 BOOL Relabel(STRPTR,STRPTR)
Changes the volumename of a volume, if supported by the filesystem.
volumename - Full name of device to rename (with ':') newname - New name to apply to device (without ':')
success - Success/failure indicator
|