Record: FileInfo
Metadata for newly-added files.
Fields
- path string
- size int
- lastModifiedTimestamp int
- name string
- isFolder boolean
- isFile boolean
- pathDecoded string
- extension string
- publicURIString string
- fileType string
- isAttached boolean
- isContentOpen boolean
- isExecutable boolean
- isHidden boolean
- isReadable boolean
- isWritable boolean
- depth int
- scheme string
- uri string
- rootURI string
- friendlyURI string
Relative file path for a newly-added file
Size of the file
Last-modified timestamp of the file in UNIX Epoch time
File name
true
if the file is a folder
true
if the file is a file
Normalized absolute path of this file within its file system
Extension of the file name
Receiver as a URI String for public display
Type of the file
true
if the fileObject
is attached
true
if someone reads/writes from/to this file
true
if this file is executable
true
if this file is hidden
true
if this file can be read
true
if this file can be written
Depth of the file name within its file system
URI scheme of the file
Absolute URI of the file
Root URI of the file system in which the file exists
A "friendly path" is a path, which can be accessed without a password