Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
FileList Contents
globslist(_:)public struct FileList: Codable, Equatable, SendableA 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]) -> FileListCreates a file list from a collection of glob patterns.