I need to get the creation dates for all files in a folder, including the files in any subfolders. I can get the creation dates for files in a folder but if there are a lot of subfolders the script gets really long.
See thread329-370893 and read it all the way through. This question was about doing something else with every file in every subfolder, but much of the same code given there can be recycled for your purpose.
I say read it ALL, because the original script presented had flaws, corrected in later posts to that thread.
The basic idea is that you must recurse the subfolders in a folder to be sure you reach every file. Using this approach you'll probably end up with a much shorter script. ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.