Enumeration
SearchTypes
public enum SearchTypes
The search types to use when filtering files.
Enumeration Cases
fileNames
case fileNames(: [URL])
Searches for all files that match any of the file names in the array.
regex
case regex(: NSRegularExpression)
Searches for all files whose name matches the regular expression.
all
case all
Searches for all files.