Hi! I have a class which uses temporary files to do its stuff. What do you recommend for ensuring things get cleaned up when things go bad? IDisposable? Or perhaps a big try/finally inside the class functions?
Cheers --Bec--
Hi! I have a class which uses temporary files to do its stuff. What do you recommend for ensuring things get cleaned up when things go bad? IDisposable? Or perhaps a big try/finally inside the class functions?
Cheers --Bec--