Hi,
How can I set multiple wildcards in the File Iterator window? (without using fileset)
i want something like:
\%MACHINE1%\C$\SPEngine\test\bin*.exe
AND
\%MACHINE1%\C$\SPEngine\test\bin*.dll
Thanks much,
NirS
Nir,
FileSets are really what you need for this. Use those masks as Include patterns, and you’re set!
If you’re desperately allergic to FileSets for some reason, you can use two File Iterators in sequence. Put an “Append to Variable” action as the child of each of the iterators and append all of the file paths to a single list variable. Then use a list iterator. (It’s much easier to use a FileSet.)
Thanks I will use filesets.