Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

Relabel

Change the volume name of a volume

Declaration

Source position: amigados.pas line 1697

function Relabel(

  const drive: pCHAR;

  const newname: pCHAR

):LongBool;

function Relabel(

  const drive: string;

  const newname: pCHAR

):Boolean;

function Relabel(

  const drive: pCHAR;

  const newname: string

):Boolean;

function Relabel(

  const drive: string;

  const newname: string

):Boolean;

Arguments

drive

  

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

newname

  

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

Arguments

drive

  

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

newname

  

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

Arguments

drive

  

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

newname

  

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

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