G
Guest
I have a set of Windows folders named by date, yyyymmdd:
20041031
20041105
20041109
20041110
I want to delete all folders prior to today. I know how to turn the current
date into a string like those above and how to use the DeleteFolder method
once I select a folder, but how do I select the first folder whose date is
earlier than today? Once I have this, I can simply Do While...Loop until
there are no more that meet this criteria.
20041031
20041105
20041109
20041110
I want to delete all folders prior to today. I know how to turn the current
date into a string like those above and how to use the DeleteFolder method
once I select a folder, but how do I select the first folder whose date is
earlier than today? Once I have this, I can simply Do While...Loop until
there are no more that meet this criteria.