Discuss this help topic in SecureBlackbox Forum
Lists the directory contents.
Declaration
Parameters
- Path - path to the directory to read.
- Mask - specifies the mask (wildcards) to select the entry names. Only the entries which names match the mask will be listed.
- Recursive - specifies whether to recursively list the contents of the subdirectories.
- EntryInfos - the resulting entry info list will be stored here.
Return value
Returns a VFS error code.
Possible values:
Description
Call this method to list the contents of the directory.
Discuss this help topic in SecureBlackbox Forum