Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
DOC note stats.isSymbolicLink() is only valid with fs.lstat().
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch authored and ry committed Jun 3, 2010
1 parent 8f0b4e9 commit 55d7352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.markdown
Expand Up @@ -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()`

Expand Down

0 comments on commit 55d7352

Please sign in to comment.