GetFileSystemInfo

This method fills FileSystemInfo dataset with information on the contents of the selected folder.

PARAMETERS

Path String (Context Store Reference, Data Constant Reference) Path to folder.
Mask String (Context Store Reference, Data Constant Reference) Mask to filter files. If not filled, “*.*” is used.
Recursive Boolean (Data Constant Reference) If true, the information whole folder tree will be fetched.

Filesysteminfo fields

Id Unique Identifier Id of the row.
Name String Name of the file.
ParentDirectoryId Unique Identifier Id of the row representing the parent folder.
IsDirectory Boolean True if row represents a folder.
FullName String Full path to the file/folder.
CreationTime Datetime
LastAccessTime Datetime
LastWriteTime Datetime
Extension String Used for files.