FileStat$Typings extension

on

Properties

ctime num

Available on FileStat, provided by the FileStat$Typings extension

The creation timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.
getter/setter pair
mtime num

Available on FileStat, provided by the FileStat$Typings extension

The modification timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.
getter/setter pair
permissions FilePermission?

Available on FileStat, provided by the FileStat$Typings extension

The permissions of the file, e.g. whether the file is readonly.
getter/setter pair
size num

Available on FileStat, provided by the FileStat$Typings extension

The size in bytes.
getter/setter pair
type FileType

Available on FileStat, provided by the FileStat$Typings extension

The type of the file, e.g. is a regular file, a directory, or symbolic link to a file.
getter/setter pair