FileEntry
Extends
Properties
ctime?
optional
ctime:number
Time of creation, represented as a unix timestamp, in milliseconds.
Inherited from
Partial.ctime
mtime?
optional
mtime:number
Time of last modification, represented as a unix timestamp, in milliseconds.
Inherited from
Partial.mtime
name?
optional
name:string
Name of file or folder
realpath
realpath:
string
Full path to file or folder
size?
optional
size:number
Size on disk, as bytes.
Inherited from
Partial.size
type
type:
"file"
|"folder"
Type of entry
uri?
optional
uri:string
URI of file or folder