function realpathSync
#realpathSync(path: PathLike,options?: EncodingOption,): string
#realpathSync(path: PathLike,options: BufferEncodingOption,): Buffer
Synchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
#options: BufferEncodingOption
The 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 | Buffer
Synchronous realpath(3) - return the canonicalized absolute pathname.
Parameters #
optional
#options: EncodingOption
The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, 'utf8'
is used.
Return Type #
string | Buffer
namespace realpathSync
Functions #
f