Loading...
 

CX_SYSTEM_OBJECT::FindFilesByName

CX_SYSTEM_OBJECT::FindFilesByName

Description:

This class function searches all files for a specific pattern and then sorts them by file name (case sensitive). Errors (e.g. a non-existent path) are not reported, but result in an empty vector. CX_ROOTDIR in the file specification is replaced by the correct path.

Code example:
...

Stack
Stack Position Object type Brief description
Stack(In) Top CX_SYSTEM_OBJECT SystemObject
Top 1 STRING File specification (path with wildcards)
Stack(Out) Top VECTOR<STRING> the names of the files found
Function call: Call(FindFilesByName)