Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a job where I need to find a file. Depending on date, the file will either be in a specific folder or the file will be one of many files in a zipped folder stored in a different location. The name of the zipped folder changes depending on date and there will be multiple zipped folders with similar names in that location. As an example, sometimes the file will be in C:\user\files\ and sometimes it will be in C:\user\archive\files_20180501.zip
What is the best way to set up the job to find the file?
Thanks,
Cara
Using the tFileList component you have option there include subdirectories and in Filemask you can use the pattern which file you want to search. File Mask can be like "your file name*+context.date+".zip" and directory as your directory where to search.
Using the tFileList component you have option there include subdirectories and in Filemask you can use the pattern which file you want to search. File Mask can be like "your file name*+context.date+".zip" and directory as your directory where to search.
Thanks, I'll try that!