This is sort of a follow up of my previous post. I'll be creating a bunch of temp files to display the charts in each report when it is rendered. What's the best way to clean those files up?
My current plan is to just write a little console app that runs every 15min or so and deletes files older than a certain amount of time defined in a config. Is there a better way?
posted on Wednesday, February 15, 2006 6:17 PM