E577
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 73e7811 commit 764df21Copy full SHA for 764df21
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