| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -826,6 +826,10 @@ added: v0.1.10 | |||
| 826 | 826 | ||
| 827 | 827 | Returns `true` if the `fs.Stats` object describes a file system directory. | |
| 828 | 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 | + | ||
| 829 | 833 | ### `stats.isFIFO()` | |
| 830 | 834 | <!-- YAML | |
| 831 | 835 | added: v0.1.10 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments