I have a folder where are many folders named by year (2018, 2019, 2020,…) which also have sub-folders named by month (01, 02, 03,…) and these also have sub-folders named by date which then contain files. For this workflow I need to open the folder that is from current year, then open folder from current month, then open folder from today’s date and then read files. Files and folders are created every day automatically (files are sent from other party and automatically downloaded) so the robot needs to read files automatically when file arrives.
Hi. Thank you very much that is working, but I forgot to mention I also have a sub-folder named as time when created but in format for example if the file is received at 12:05 it will be named “1205” and then I have to read files that are in this folder but only .xml files. Do you have any suggestions on how to do this? Thank you for your help!