Dreadlabel
Section: Nov 11, 1994
(2)
Updated: MiNT Programmer's Manual
Index
Return to Main Contents
NAME
Dreadlabel - read filesystem label
SYNOPSIS
LONG Dreadlabel ( const char *path, char *label, WORD length );
DESCRIPTION
Dreadlabel
returns the label for the filesystem specified by
name
in
label.
length
specifies the length of the buffer to which
label
is pointing. Note that not all filesystems have labels. Examples are the
DOS or TOS filesystem, the Mac HFS filesystem and the ISO9660 filesystem
for CD ROMs.
RETURNS
0 if successful,
ENAMETOOLONG if the label won't fit into the buffer,
EFILNF if no label present,
or another appropiate GEMDOS error code.
SEE ALSO
Dwritelabel(2)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 08:59:02 GMT, February 14, 2025