In vb 6, I am trying to write a simple app that will run and delete
files that are older than 10 days in a specific directory.
No problem so far.
Now, it has to go through every subdirectory below my specified
directory. Thankfully, they only go one layer deep.
Any ideas would be greatly appreciated, samples would be even better.
files that are older than 10 days in a specific directory.
No problem so far.
Now, it has to go through every subdirectory below my specified
directory. Thankfully, they only go one layer deep.
Any ideas would be greatly appreciated, samples would be even better.
Comment