STRUCT
BuildableFolder
Contents
- Properties
pathexceptions
- Methods
init(_:exceptions:)
swift
public struct BuildableFolder: Codable, Equatable, HashableProperties
path
swift
public var path: FilePathexceptions
swift
public var exceptions: [FilePath]Methods
init(_:exceptions:)
swift
public init(
_ path: FilePath,
exceptions: [FilePath]
)