SmFsFindFileInit
Creates a file iteration context.
Wild cards are:
>? – match any character
>* - match many characters
Synopsis
int SmFsFindFileInit(
int *sh,
const char * path,
const char * pattern
);
| 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 | 
Return Value
Returns 0 or an error condition.