Class node.fs.Stats

Class Summary
Constructor Attributes Constructor Name and Description
 
Objects returned from fs.stat() and fs.lstat() are of this type.
Field Summary
Field Attributes Field Name and Description
 
 
 
 
 
 
 
 
 
 
top
 

Method Summary

Method Attributes Method Name and Description
 
 
 
require(path)
 
 

Class Detail

node.fs.Stats()
Objects returned from fs.stat() and fs.lstat() are of this type. - stats.isFile() - stats.isDirectory() - stats.isBlockDevice() - stats.isCharacterDevice() - stats.isSymbolicLink() (only valid with fs.lstat()) - stats.isFIFO() - stats.isSocket()

Field Detail

COMPILED
console
global
GLOBAL
goog
module
nclosure
process
root
top
window

Method Detail

  • clearInterval()
  • clearTimeout()
  • require(path)
    Parameters:
    {string} path
  • setInterval()
  • setTimeout()