Skip to main content
Deno.FileInfo.ctime - Deno documentation
property Deno.FileInfo.ctime

The last change time of the file. This corresponds to the ctime field from stat on Mac/BSD and ChangeTime on Windows. This may not be available on all platforms.

Type

Date | null