8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page 8000 .
1 parent eea7e3b commit 85cf305Copy full SHA for 85cf305
doc/api/fs.md
@@ -826,6 +826,10 @@ added: v0.1.10
826
827
Returns `true` if the `fs.Stats` object describes a file system directory.
828
829
+If the `fs.Stats` object was obtained from [`fs.lstat()`][], this method will
830
+always return `false`. This is because [`fs.lstat()`][] returns information
831
+about a symbolic link itself and not the path it resolves to.
832
+
833
### `stats.isFIFO()`
834
<!-- YAML
835
added: v0.1.10
0 commit comments