I have a class that makes use of temporary files (Path.GetTempFileName()) while it is active. I want to make sure these files do not remain on the user\'s hard driv
Path.GetTempFileName()
Absolutely. This way you can ensure cleanup with exceptions present.