I have an folder with multiple files .
For passing the folder, i have set the Directory expression as
@[User::strFinSourceFolder] + "\\"
I want to select files starting with USA.
File loop works fine when i add the Files textbox as
USA*.csv
I add the parameter instead of USA in the files textbox as
@[User::strFileNameStart] + "*.csv"
But things are not even entering into the loop ...
Please help me how to set the filename start in the for each loop