Scenario
I have an FTP task that:
1. Copys a file from an FTP site to a local folder
2. Emails the file
Problem
The file name in my current Scenario is static and will always be called 'New File'.
BUT, the scope has now changed and the file will be called
"Todaysfile_TODAYSDATE[/u]"
Where TODAYSDATE will be in the format of 20090109
Therefore the file name will be "TodaysFile_20090109"
How can I get the SSIS package to search for this file on a day to day basis?
Thanks