Back to Pocketbase

Interface symlink

static/jsvm/interfaces/os.symlink.html

latest655 B
Original Source

Interface symlink

Hierarchy

  • symlink

  • symlink(oldname, newname): void

Symlink creates newname as a symbolic link to oldname. On Windows, a symlink to a non-existent oldname creates a file symlink; if oldname is later created as a directory the symlink will not work. If there is an error, it will be of type *LinkError.

Parameters

oldname: string
newname: string

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc