Asynchronous realpath. The callback gets two arguments (err, resolvedPath). May use process.cwd to resolve relative paths.
realpath
(err, resolvedPath)
process.cwd
Optional
Asynchronous
realpath
. The callback gets two arguments(err, resolvedPath)
. May useprocess.cwd
to resolve relative paths.