in reply to Processing files in a directory recursively

If you have control of the program which is doing the processing of these files, perhaps you could work out a way to test to for completion of processing and clean up temporary files accordingly. Failing that see How do I delete files based on their timestamp? (note the File::Find solution) from Categorized Questions and Answers.

Martin

  • Comment on Re: Processing files in a directory recursively