Name
afc_dirmaster_first -- Gets the first element in the list
Synopsis
FileInfo * afc_dirmaster_first
( DirMaster * dm );
Description
This function returns the first element inside the current DirMaster.
If the list is empty, then a NULL value is returned.
Inputs
- dm
Pointer to a valid DirMaster instance
Result
a valid pointer to the first FileInfo structre in the list, or NULL if
the DirMaster is empty.