Required Instance Methodtuist.filesystem 0.7.9FileSystem

createSymbolicLink(from:to:)

Creates a relative symlink.

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

Parameters

from

The path where the symlink is created.

to

The relative path the symlink points to.