Populates a Strlist with the contents of a directory on disk, including any sub-directories.
int32 ListFiles( StrList p_oFiles, string p_sMask, int32 p_bDirs )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<StrList> | p_oFiles | A pointer to the <StrList> that stores the file paths. |
string | p_sMask | A file mask such as "*.box" or similar. |
int32 | p_bDirs | If true, directories are listed as well. |
None published. Please look for an example in the Simdify Scripting Language code base.