Skip to main content

Interface: FileInfoResult

Defined in: filesystem.ts:47

Properties

created?

optional created?: string

Defined in: filesystem.ts:53


error?

optional error?: string

Defined in: filesystem.ts:54


exists?

optional exists?: boolean

Defined in: filesystem.ts:49


modified?

optional modified?: string

Defined in: filesystem.ts:52


size?

optional size?: number

Defined in: filesystem.ts:51


success

success: boolean

Defined in: filesystem.ts:48


type?

optional type?: "unknown" | "file" | "directory" | "symlink"

Defined in: filesystem.ts:50