Interface: ListDirectoryResult
Defined in: filesystem.ts:35
Properties
count?
optionalcount?:number
Defined in: filesystem.ts:43
entries?
optionalentries?:object[]
Defined in: filesystem.ts:37
name
name:
string
size?
optionalsize?:number
type
type:
"unknown"|"file"|"directory"|"symlink"
error?
optionalerror?:string
Defined in: filesystem.ts:44
path?
optionalpath?:string
Defined in: filesystem.ts:42
success
success:
boolean
Defined in: filesystem.ts:36