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 1c71435 commit e636d83Copy full SHA for e636d83
doc/api/fs.md
@@ -6968,8 +6968,9 @@ added: v0.1.10
6968
6969
Returns `true` if the {fs.Stats} object describes a file system directory.
6970
6971
-If the {fs.Stats} object was obtained from [`fs.lstat()`][], this method will
6972
-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`.
6973
+This is because [`fs.lstat()`][] returns information
6974
about a symbolic link itself and not the path it resolves to.
6975
6976
#### `stats.isFIFO()`
0 commit comments