Русский (Russian)
Appearance
STRUCT
FileList
Contents
globs
list(_:)
public struct FileList: Codable, Equatable, Sendable
A collection of file globs.
The list of files can be initialized with a string that represents the glob pattern, or an array of strings, which represents a list of glob patterns.
globs
public let globs: [FileListGlob]
Glob pattern to the files.
list(_:)
public static func list(_ globs: [FileListGlob]) -> FileList
Creates a file list from a collection of glob patterns.