<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`FileStats`](FileStats) ## FileStats interface **Signature:** ```typescript export interface FileStats ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`ctime`](FileStats/ctime) | | <code>number</code> | Time of creation, represented as a unix timestamp, in milliseconds. | | [`mtime`](FileStats/mtime) | | <code>number</code> | Time of last modification, represented as a unix timestamp, in milliseconds. | | [`size`](FileStats/size) | | <code>number</code> | Size on disk, as bytes. |