symlink(path:to:)

    Creates a symbolic link to a destination file at path on a private thread pool.

    NonBlockingFileIO.swift:1090
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    func symlink(path: String, to destination: String) async throws

    Parameters

    path

    The path of the link.

    destination

    Target path where this link will point to.

    Other members in extension

    Types

    Type members

    Instance members