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.
1 parent b931e61 commit 135948dCopy full SHA for 135948d
doc/api/fs.md
@@ -6992,8 +6992,9 @@ added: v0.1.10
6992
6993
Returns `true` if the {fs.Stats} object describes a file system directory.
6994
6995
-If the {fs.Stats} object was obtained from [`fs.lstat()`][], this method will
6996
-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`.
6997
+This is because [`fs.lstat()`][] returns information
6998
about a symbolic link itself and not the path it resolves to.
6999
7000
#### `stats.isFIFO()`
0 commit comments