Hx_FileSystemSearch
Searches items in the file system.
StartDir
Required: true
The directory to start from, including that directory.
Direction
The search direction: 'Up', 'Down'. Default is 'Down'.
Types
Types of items to search: 'Files', 'Directories', 'All'. Default is 'All'.
PathRegExp
The .NET regular expression to include found paths. Use only '/' for path separators. If 'Direction' is 'Down', then this regular expression is evaluated against the path starting from the 'StartDir. I.e. if 'StartDir' is 'D:/Dev/Repo' and the checked folder is 'D:/Dev/Repo/sub/folder', then the regular expression is executed against '/sub/folder', so the 'StartDir' is trimmed.
PathRegExpOptions
The .NET regular expression options to include found paths. Default is 'IgnoreCase'.
ContentRegExp
The .NET regular expression to search items by content.
ContentRegExpOptions
The .NET regular expression options to search items by content. Default is 'IgnoreCase'.
FoundFiles
The found files [Output].
FoundDirs
The found directories [Output].
FoundItems
All the found items (files and/or directories, depending on the 'Types') [Output].