Interface: FileInfoResult
Defined in: filesystem.ts:47
Properties
created?
optionalcreated?:string
Defined in: filesystem.ts:53
error?
optionalerror?:string
Defined in: filesystem.ts:54
exists?
optionalexists?:boolean
Defined in: filesystem.ts:49
modified?
optionalmodified?:string
Defined in: filesystem.ts:52
size?
optionalsize?:number
Defined in: filesystem.ts:51
success
success:
boolean
Defined in: filesystem.ts:48
type?
optionaltype?:"unknown"|"file"|"directory"|"symlink"
Defined in: filesystem.ts:50