Symlink

class Symlink(val oldPath: VirtualPath, val newPath: VirtualPath, val newPathBaseDirectory: BaseDirectory = CurrentWorkingDirectory, val allowAbsoluteOldPath: Boolean = false)(source)

Creates a symbolic link. oldPath is a contents of the symbolic link. newPath is a destination path of the symbolic link, resolved relative to the newPathBaseDirectory.

Constructors

Link copied to clipboard
constructor(oldPath: VirtualPath, newPath: VirtualPath, newPathBaseDirectory: BaseDirectory = CurrentWorkingDirectory, allowAbsoluteOldPath: Boolean = false)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard