Hello friends,
I am write excel file with todays datetime in Output folder in RE so I want to read that file through config. How can I do it can someone guide me?
Everyday file name change just because we use timestamp so how can I dynamically read that file
@Jeeru_venkat_Rao
Why you want to read from config? as it has todays date dynamically read using it to get date in format use Now.ToString("MMddyyyy") similarly use any format you need and construct the filename
Now.ToString("MMddyyyy")
chees