fs.realpathSync(path[, cache])
Synchronous realpath(2). Returns the resolved path. cache
is an object literal of mapped paths that can be used to force a specific path resolution or avoid additional fs.stat
calls for known real paths.
fs.realpathSync(path[, cache])
Synchronous realpath(2). Returns the resolved path. cache
is an object literal of mapped paths that can be used to force a specific path resolution or avoid additional fs.stat
calls for known real paths.
Please login to continue.