system
(system)
1
This method fills FileSystemInfo dataset with information on the contents of the selected folder.
PARAMETERS
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. |