Btime › btime
Unofficial
Set the birth time (creation time) of a file at the given path.
Signature:
btime(path: string, btime: number): void
Parameters:
| Parameter | Type | Description |
| path | string | File path. |
| btime | number | Birth time in milliseconds. |
Returns: void