FileStats
FileStats interface
Signature:
export interface FileStats
Properties
Property | Modifiers | Type | Description |
---|
ctime | | number | Time of creation, represented as a unix timestamp, in milliseconds. |
mtime | | number | Time of last modification, represented as a unix timestamp, in milliseconds. |
size | | number | Size on disk, as bytes. |