Creates a tree of <FolderConfigNode> and <FileConfigNode> objects that represent a directory tree on the hard disk.
static int32 Create( FilePath p_oPath, Group p_oRoot, string p_sFilter, int32 p_bRecurse )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <FilePath> | p_oPath | The root directory at which to begin the traversal. |
| <Group> | p_oRoot | A pointer to a <Group>-derived object that will store the objects representing the directory tree. |
| string | p_sFilter | A search filter such as *.* or *.bmp. |
| int32 | p_bRecurse | If true, sub-directories will be traversed. |
None published. Please look for an example in the Simdify Scripting Language code base.