Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

Relabel

Change the volume name of a volume

Declaration

Source position: amigados.pas line 2115

function Relabel(

  drive: PChar;

  newname: PChar

):LongBool;

Arguments

drive

  

Full name of device to rename (with ':')

newname

  

New name to apply to device (without ':')

Description

Changes the volumename of a volume, if supported by the filesystem.


Documentation generated on: 2021-07-30