Hi all,
I have a procedure that compares release dates to file download dates. I have a download folder that is added to a string
Dim strFilePath = "\EconomicDBTemp\DownloadedCSVs\"
I've removed the directory but the folder DownloadedCSVs is where I need to search each csv file. However, I am unsure as to how to loop through the folder and look at each file in that folder. Can someone sort me out with this?
Thanks