Download specific files by name
Hi all,
Currently I am using the following method to download multiple files based on file name e.g.
This works fine, but in some cases I would like specific which files to download e.g.
Is this possible using the above (or similar method) without going into a loop?
Cheers
Currently I am using the following method to download multiple files based on file name e.g.
report_*.xlsx
.
Session.GetFiles
Report_1.xlsx
, Report_50.xlsx
...
Is this possible using the above (or similar method) without going into a loop?
Cheers