Directory (AX)
Synopsis
This operator attempts to provide the same functionality as the Directory tool in Alteryx.
Description
This operator attempts to provide the same functionality as the Directory tool in Alteryx.
**This code is the proprietary and confidential information of Altair Engineering Inc. All use of this code is subject to the terms of Altair's non-disclosure agreement and partnership agreement. The code is strictly prohibited from distribution without prior written permission by Altair. **
Output
result 1
A result port
result 2
A result port
result 3
A result port
Parameters
Directory
Select the directory from where to start scanning for files.
Filter by regex
Specifies a regular expression which is used as filter for the file and directory names, e.g. 'a.*b' for all files starting with 'a' and ending with 'b'. Ignored if empty.
Recursive
Set whether to recursively search every directory. If set to true, the operator will include files inside sub-directories (and sub-sub-directories ...) of the selected directory.