Stat
Stat interface
Signature:
export interface Stat
Properties
Property | Modifiers | Type | Description |
---|
ctime | | number | Time of creation, represented as a unix timestamp. |
mtime | | number | Time of last modification, represented as a unix timestamp. |
size | | number | Size on disk, as bytes. |
type | | ’file’ | ‘folder’ | |