Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileStat

The FileStat-type represents metadata about a file

Hierarchy

  • FileStat

Index

Properties

Properties

ctime

ctime: number

The creation timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.

mtime

mtime: number

The modification timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.

size

size: number

The size in bytes.

type

type: FileType

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