Team,
I have Some issue with string with wild card,
I have a file under desired folder as "DSRSummaryReport_Sponsor_AU_2024-06-05-2.xls"
1. "DSRSummaryReport_Sponsor_AU_" is created under String named $DSR$
2. "2024-06-05" is created under string named $vTodaysDate$
3."-2" is treated as wild card "*"
when I try to move the file from one folder to another folder using string as "D:\EP FILES BACKUP\RECON360 MOVER\OUTPUT\$DSR$$vTodaysDate$*.xls" to destination folder were not moved, (cross checked with message box action whether the file name is right or not)
but,
when I try to move without string but using wild card function as "D:\EP FILES BACKUP\RECON360 MOVER\OUTPUT\DSR*.* to destination folder were moved ,
is there anything issue with string with wild card functions ?