- realpath(this: V_Context, path: PathLike, cb?: Callback<[string]>): void
Parameters
- this: V_Context
- path: PathLike
Optional
cb: Callback<[string]>
Returns void
- realpath(
this: V_Context,
path: PathLike,
options: EncodingOption,
cb: Callback<[string]>,
): void Parameters
- this: V_Context
- path: PathLike
- options: EncodingOption
- cb: Callback<[string]>
Returns void
Asynchronous
realpath
. The callback gets two arguments(err, resolvedPath)
. May useprocess.cwd
to resolve relative paths.