Required Instance Methodtuist.filesystem 0.7.9FileSystem

createSymbolicLink(from:to:)

Creates a symlink.

FileSystem.swift:268
func createSymbolicLink(from: AbsolutePath, to: AbsolutePath) async throws

Parameters

from

The path where the symlink is created.

to

The path the symlink points to.