FilterFiles
public struct FilterFiles : ShortcutGiven a list of files, this action returns the files that match the given criteria.
Input: (Files) The files to filter through
Result: (Files) The files that match the criteria.
- 
                  
                  The contents of the shortcut. DeclarationSwift public var body: some Shortcut { get }
- 
                  
                  Initializes the shortcut. DeclarationParametersinputThe files to filter through. filtersA collection of filers to apply to the content. sortOrderThe order to sort the files in. limitWhether or not to limit the number of files that are passed as output. 
 View on GitHub
View on GitHub FilterFiles Structure Reference
        FilterFiles Structure Reference