FindFiles Data Member Function

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.

Prototype

int32 FindFiles( StrList p_slFilePaths, string p_sMask, int32 p_bFullPaths, int32 p_bDirectories )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slFilePathsA pointer to a <StrList> to populate with paths and filenames found during the search.
stringp_sMaskA mask such as *.txt or *.*.
int32p_bFullPathsCompute the full path for any files found.
int32p_bDirectoriesInclude the paths of any directories found during the search.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.