Change the volume name of a volume
Source position: amigados.pas line 1697
function Relabel( |
const drive: pCHAR; |
const newname: pCHAR |
):LongBool; |
const drive: string; |
const newname: pCHAR |
):Boolean; |
const drive: pCHAR; |
const newname: string |
):Boolean; |
const drive: string; |
const newname: string |
):Boolean; |
drive |
|
Full name of device to rename (with ':') |
newname |
|
New name to apply to device (without ':') |
drive |
|
Full name of device to rename (with ':') |
newname |
|
New name to apply to device (without ':') |
drive |
|
Full name of device to rename (with ':') |
newname |
|
New name to apply to device (without ':') |
drive |
|
Full name of device to rename (with ':') |
newname |
|
New name to apply to device (without ':') |
Changes the volumename of a volume, if supported by the filesystem.