We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2859f9e commit a8854e5Copy full SHA for a8854e5
doc/api/fs.markdown
@@ -634,7 +634,9 @@ Synchronous version of [`fs.read()`][]. Returns the number of `bytesRead`.
634
635
## fs.realpathSync(path[, cache])
636
637
-Synchronous realpath(2). Returns the resolved path.
+Synchronous realpath(2). Returns the resolved path. `cache` is an
638
+object literal of mapped paths that can be used to force a specific path
639
+resolution or avoid additional `fs.stat` calls for known real paths.
640
641
## fs.rename(oldPath, newPath, callback)
642
0 commit comments