afc_dirmaster_scan_dir

Name

afc_dirmaster_scan_dir  -- Reads a dir inside the DirMaster

Synopsis

int afc_dirmaster_scan_dir ( DirMaster * dm, char * dirname );

Description

This function reads the contents of a dir inside a DirMaster object.

Inputs

dm

Pointer to a valid DirMaster instance

dirname

Directory name (in full path) to scan

Result

should return AFC_ERR_NO_ERROR

See Also