We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184b8be commit 2a61602Copy full SHA for 2a61602
doc/api/fs.md
@@ -6932,8 +6932,9 @@ added: v0.1.10
6932
6933
Returns `true` if the {fs.Stats} object describes a file system directory.
6934
6935
-If the {fs.Stats} object was obtained from [`fs.lstat()`][], this method will
6936
-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`.
6937
+This is because [`fs.lstat()`][] returns information
6938
about a symbolic link itself and not the path it resolves to.
6939
6940
#### `stats.isFIFO()`
0 commit comments