function realpathSync
#realpathSync(path: PathLike,options?: EncodingOption,): string#realpathSync(path: PathLike,options: BufferEncodingOption,): BufferSynchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
#options: BufferEncodingOptionThe encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.
Return Type #
Buffer#realpathSync(path: PathLike,options?: EncodingOption,): string | BufferSynchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
optional
#options: EncodingOptionThe encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8' is used.
Return Type #
string | Buffernamespace realpathSync
Functions #
f