interface StatInfo File metadata returned by stat. Properties size: number Size in bytes. isFile: boolean Whether the path is a regular file. isDirectory: boolean Whether the path is a directory. isSymlink: boolean Whether the path is a symbolic link. mtime: Date Last modification time. atime: Date Last access time. birthtime: Date Creation time.