JavaScript/jQuery FileManager - FileSystemItem.Fields
dataItem
The file system data object that stores information about the file system item (name, size, modification date, etc.).
path
The path field stores a path to a file/directory as a string of path items separated by a slash. The pathKeys field stores an array of path item keys. This difference between the fields is more distinct if you specify keyExpr for your File System Provider. For example, the path and pathkeys fields may have the following values if keyExpr targets a numeric field:
path: "Documents/Todo.txt" pathkeys: [10, 20]
pathKeys
The path field stores a path to a file/directory as a string of path items separated by a slash. The pathKeys field stores an array of path item keys. This difference between the fields is more distinct if you specify keyExpr for your File System Provider. For example, the path and pathkeys fields may have the following values if keyExpr targets a numeric field:
path: "Documents/Todo.txt" pathkeys: [10, 20]
If you have technical questions, please create a support ticket in the DevExpress Support Center.