Hello, I have a Folder with a lot of files, I need to build a bot to:
check each file modified date, and move to a sub folder like yyyy\mm\
I was thinking in make a Loop for each file iin folder, and some function to read file modified date, but there is no native function to read it.
How can I do it?