SmFsFindFileInit
Synopsis
int SmFsFindFileInit(int *sh, const char * path, const char * pattern );
Description
Creates a file iteration context.
Wild card parameters include:
| ? | match any character | 
| * | match many characters | 
Parameters
| sh | Pointer to location to hold search handle | 
| path | Pointer to the absolute path where to search for a file. | 
| pattern | Pointer to pattern of file name (including wild cards) to search for. | 
Return Value
Returns 0 or an error condition.
