Function realpath

  • Return [str, err] where str is the canonicalized absolute pathname of path and err the error code.

    Parameters

    • filename: string

    Returns ResultTuple<string>

Generated using TypeDoc