DOC note stats.isSymbolicLink() is only valid with fs.lstat().
ref: <http://github.com/ry/node/issues#issue/153>
This commit is contained in:
parent
8f0b4e9111
commit
55d7352189
@ -1496,7 +1496,7 @@ Objects returned from `fs.stat()` and `fs.lstat()` are of this type.
|
||||
- `stats.isDirectory()`
|
||||
- `stats.isBlockDevice()`
|
||||
- `stats.isCharacterDevice()`
|
||||
- `stats.isSymbolicLink()`
|
||||
- `stats.isSymbolicLink()` (only valid with `fs.lstat()`)
|
||||
- `stats.isFIFO()`
|
||||
- `stats.isSocket()`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user