realpath
Call Signature
Section titled “Call Signature”realpath(
this,path,cb?):void
Defined in: src/node/async.ts:568
Asynchronous realpath. The callback gets two arguments
(err, resolvedPath). May use process.cwd to resolve relative paths.
Parameters
Section titled “Parameters”unknown
PathLike
Callback<[string]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”realpath(
this,path,options,cb):void
Defined in: src/node/async.ts:569
Asynchronous realpath. The callback gets two arguments
(err, resolvedPath). May use process.cwd to resolve relative paths.
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”EncodingOption
Callback<[string]>
Returns
Section titled “Returns”void