SymlinkInfo

public class SymlinkInfo : CustomStringConvertible, JSONRepresentable

The SymlinkInfo struct

  • The target this symlink points to.

    Declaration

    Swift

    public let target: String
  • Declaration

    Swift

    public var description: String { get }