We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b1989 commit 30f52fbCopy full SHA for 30f52fb
doc/api/fs.md
@@ -6970,8 +6970,9 @@ added: v0.1.10
6970
6971
Returns `true` if the {fs.Stats} object describes a file system directory.
6972
6973
-If the {fs.Stats} object was obtained from [`fs.lstat()`][], this method will
6974
-always return `false`. This is because [`fs.lstat()`][] returns information
+If the {fs.Stats} object was obtained from calling [`fs.lstat()`][] on a
+symbolic link which resolves to a directory, this method will return false.
6975
+This is because [`fs.lstat()`][] returns information
6976
about a symbolic link itself and not the path it resolves to.
6977
6978
#### `stats.isFIFO()`
0 commit comments