File metadata returned by IFileSystem.stat.
readonly
isFile: boolean
Whether the path is a regular file.
readonly
isDirectory: boolean
Whether the path is a directory.
readonly
size: number
Size in bytes.
readonly
optional
mtime: Date
Last modification time, when the runtime provides it.