Searches the directory indicated by the file path value for files and populates a <StrList> with files that match the file type indicated during the search.
int32 FindFiles( StrList p_slFilePaths, string p_sMask, int32 p_bFullPaths, int32 p_bDirectories )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | p_slFilePaths | A pointer to a <StrList> to populate with paths and filenames found during the search. |
| string | p_sMask | A mask such as *.txt or *.*. |
| int32 | p_bFullPaths | Compute the full path for any files found. |
| int32 | p_bDirectories | Include the paths of any directories found during the search. |
None published. Please look for an example in the Simdify Scripting Language code base.