afc_dirmaster_search

Name

afc_dirmaster_search  -- Searches for a file name in the current DirMaster list

Synopsis

FileInfo * afc_dirmaster_search ( DirMaster * dm, char * name, short no_case );

Description

This function scans all DirMaster list in search of the name provided. Search can be case sensitive or not, depending on the value of no_case. This function does not support patterns.

Inputs

dm

Pointer to a valid DirMaster instance

name

The name of the file you are looking for,

no_case

Flag T/F. If TRUE, case will not matter.

Result

See Also