FileStat$Typings extension
Properties
-
ctime
↔ num
-
The creation timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.
getter/setter pair
-
mtime
↔ num
-
The modification timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.
getter/setter pair
-
permissions
↔ FilePermission?
-
The permissions of the file, e.g. whether the file is readonly.
getter/setter pair
-
size
↔ num
-
The size in bytes.
getter/setter pair
-
type
↔ FileType
-
The type of the file, e.g. is a regular file, a directory, or symbolic link
to a file.
getter/setter pair