| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9fe46ea commit 23a8aed
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -775,7 +775,8 @@ changes: | |||
| 775 | 775 | * Returns: {Promise} Fulfills with the {fs.Stats} object for the given | |
| 776 | 776 | symbolic link `path`. | |
| 777 | 777 | ||
| 778 | - Equivalent to `fsPromises.stats()` when `path` refers to a symbolic link. | ||
| 778 | + Equivalent to [`fsPromises.stat()`][] unless `path` refers to a symbolic link, | ||
| 779 | + in which case the link itself is stat-ed, not the file that it refers to. | ||
| 779 | 780 | Refer to the POSIX lstat(2) document for more detail. | |
| 780 | 781 | ||
| 781 | 782 | ### `fsPromises.mkdir(path[, options])` | |
@@ -6672,6 +6673,7 @@ the file contents. | |||
| 6672 | 6673 | [`fs.writev()`]: #fs_fs_writev_fd_buffers_position_callback | |
| 6673 | 6674 | [`fsPromises.open()`]: #fs_fspromises_open_path_flags_mode | |
| 6674 | 6675 | [`fsPromises.opendir()`]: #fs_fspromises_opendir_path_options | |
| 6676 | + [`fsPromises.stat()`]: #fs_fspromises_stat_path_options | ||
| 6675 | 6677 | [`fsPromises.utimes()`]: #fs_fspromises_utimes_path_atime_mtime | |
| 6676 | 6678 | [`inotify(7)`]: https://man7.org/linux/man-pages/man7/inotify.7.html | |
| 6677 | 6679 | [`kqueue(2)`]: https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments