Home > |
---|
int SmFsFindFileInit( int *sh,
const char * path,
const char * pattern
);
Creates a file iteration context.
Wild cards are:
•? – match any character
•* - match many characters
Parameter |
Description |
---|---|
sh
|
Pointer to location to hold search handle |
path
|
Pointer to the absolute path where to search for file |
pattern
|
Pointer to pattern of file name (including wild cards) to search for |
Returns 0 or an error condition.