| C T L _ R E L A B E L ( )
| | | | | SOURCE: qdev_autodocs.txt 1.163 (12/09/2014) English AMIGA - CTL_#?
----------------------------------------------------------------------------
NAME
ctl_relabel() - Allows to change the name of the volume.
SYNOPSIS
res = ctl_relabel(device, label);
BOOL ctl_relabel(UBYTE *, UBYTE *);
FUNCTION
This function wraps 'Relabel()', so effecitively no disk
replace requesters will popup on failure.
INPUTS
device - Device you are about to relabel(with ':').
label - New label for that device(without ':').
RETURNS
Returns boolean, TRUE for OK and FALSE for failure.
BASES
DOSBase
NOTES
None.
SEE ALSO
EXAMPLE
None.
BUGS
None known.
----------------------------------------------------------------------------
| |
| |