Class node.fs.Stats
- Defined in: node.fs.Stats.js
Constructor Attributes | Constructor Name and Description |
---|---|
Objects returned from
fs.stat() and fs.lstat() are of this type. |
Field Attributes | Field Name and Description |
---|---|
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()