Hierarchy

  • readlink
  • Readlink returns the destination of the named symbolic link. If there is an error, it will be of type *PathError.

    If the link destination is relative, Readlink returns the relative path without resolving it to an absolute one.

    Parameters

    • name: string

    Returns string

Generated using TypeDoc