FileEntry
Defined in: src/obsidian/internals/FileEntry.d.ts:4
Extends
Properties
ctime?
optional
ctime:number
Defined in: obsidian.d.ts:1574
Time of creation, represented as a unix timestamp, in milliseconds.
Inherited from
Partial.ctime
mtime?
optional
mtime:number
Defined in: obsidian.d.ts:1579
Time of last modification, represented as a unix timestamp, in milliseconds.
Inherited from
Partial.mtime
name?
optional
name:string
Defined in: src/obsidian/internals/FileEntry.d.ts:8
Name of file or folder
realpath
realpath:
string
Defined in: src/obsidian/internals/FileEntry.d.ts:14
Full path to file or folder
size?
optional
size:number
Defined in: obsidian.d.ts:1584
Size on disk, as bytes.
Inherited from
Partial.size
type
type:
"file"
|"folder"
Defined in: src/obsidian/internals/FileEntry.d.ts:18
Type of entry
uri?
optional
uri:string
Defined in: src/obsidian/internals/FileEntry.d.ts:22
URI of file or folder