Back to Pocketbase

Interface readlink

static/jsvm/interfaces/os.readlink.html

latest600 B
Original Source

Interface readlink

Hierarchy

  • readlink

  • readlink(name): string

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

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc