I suspect it's not possible, but anyone know how you can pull, say, a list of xlsx and csv files only using the Directory Tool?
*.xlsx will get you Excel files
*.csv will get you CSV files
Could you also do something like *.xlsx|*.csv to get either excel or csv files?
I appreciate I could just filter or union two directory tools, but I'm difficult.