Class: Stats

Stats


new Stats()

Objects returned from stat(), lstat() and fstat() are of this type. Identical to fs.Stats.
Source:
fs.js#L107

Methods


isBlockDevice()

Source:
fs.js#L127
Returns:
Type
boolean

isCharacterDevice()

Source:
fs.js#L134
Returns:
Type
boolean

isDirectory()

Source:
fs.js#L120
Returns:
Type
boolean

isFIFO()

Source:
fs.js#L148
Returns:
Type
boolean

isFile()

Source:
fs.js#L113
Returns:
Type
boolean

isSocket()

Source:
fs.js#L155
Returns:
Type
boolean

Source:
fs.js#L141
Returns:
Type
boolean