FileSystemStats

Description

The FileSystemStats represents a particular FileSystemEntry's stats.

Classes Summary

Classes

Constructor

FileSystemStats

options {isFile: boolean,mtime: Date,size: Number,realPath: ?string,hash: object}
Properties

Properties

_hash

Consistency hash for a file

_isDirectory

Whether or not this is a stats object for a directory

_isFile

Whether or not this is a stats object for a file

_mtime

Modification time for a file

_realPath

The canonical path of this file or directory ONLY if it is a symbolic link, and null otherwise.

_size

Size in bytes of a file