Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
FileListGlob Contents
globexcludingglob(_:excluding:)glob(_:excluding:)public struct FileListGlob: Codable, Equatable, SendableA glob pattern that refers to files.
glob public var glob: PathThe path with a glob pattern.
excluding public var excluding: [Path]The excluding paths.
glob(_:excluding:) public static func glob(
_ glob: Path,
excluding: [Path] = []
) -> FileListGlobReturns a generic file list glob.
| Name | Description |
|---|---|
| glob | The path with a glob pattern. |
| excluding | The excluding paths. |
glob(_:excluding:) public static func glob(
_ glob: Path,
excluding: Path?
) -> FileListGlobReturns a file list glob with an optional excluding path.