Required Instance Methodtuist.filesystem 0.7.9FileSystem

resolveSymbolicLink(_:)

Given a symlink, it resolves it returning the path to the file or directory the symlink is pointing to.

FileSystem.swift:279
func resolveSymbolicLink(_ symlinkPath: AbsolutePath) async throws -> AbsolutePath

Parameters

symlinkPath

The absolute path to the symlink.

Returns

The resolved path.