-
Notifications
You must be signed in to change notification settings - Fork 7
Home
m0rtadelo edited this page Mar 8, 2019
·
12 revisions
This table shows the DTO relation:
Object | Field name | Field type | Shows |
---|---|---|---|
File/Folder | name | string | Ever |
File/Folder | path | string | Ever |
File/Folder | fullname | string | Ever |
File | extension | string | if extensions |
File/Folder | isDirectory | boolean | if ignoreFolders, stats, recursive or mode TREE |
File | data | string(base64) | if readContent |
File | stats | stats | if stats |
Folder | content | File/Folder array | if mode TREE and recursive |