Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.41 KB

FileSystemFileHandleLike.md

File metadata and controls

23 lines (15 loc) · 1.41 KB

happy-opfsDocs


happy-opfs / FileSystemFileHandleLike

Interface: FileSystemFileHandleLike

A handle to a file or directory returned by statSync.

Extends

Properties

Property Type Description Inherited from Defined in
kind FileSystemHandleKind The kind of the entry. FileSystemHandleLike.kind fs/defines.ts:135
lastModified number The last modified time of the file. - fs/defines.ts:152
name string The name of the entry. FileSystemHandleLike.name fs/defines.ts:130
size number The size of the file. - fs/defines.ts:147
type string The type of the file. - fs/defines.ts:142