ZenFS
    Preparing search index...

    Function realpath

    • Asynchronous realpath(3) - return the canonicalized absolute pathname.

      Parameters

      • this: V_Context
      • path: PathLike

        A path to a file. If a URL is provided, it must use the file: protocol.

      • options: BufferEncodingOption

        The encoding (or an object specifying the encoding), used as the encoding of the result. Defaults to 'utf8'.

      Returns Promise<Buffer<ArrayBufferLike>>

      handle options

    • Asynchronous realpath(3) - return the canonicalized absolute pathname.

      Parameters

      • this: V_Context
      • path: PathLike

        A path to a file. If a URL is provided, it must use the file: protocol.

      • Optionaloptions:
            | null
            | "ascii"
            | "utf8"
            | "utf-8"
            | "utf16le"
            | "utf-16le"
            | "ucs2"
            | "ucs-2"
            | "base64"
            | "base64url"
            | "latin1"
            | "binary"
            | "hex"
            | ObjectEncodingOptions

        The encoding (or an object specifying the encoding), used as the encoding of the result. Defaults to 'utf8'.

      Returns Promise<string>

      handle options