Are files in the temporary folder automatically deleted?
11:33 14 Feb 2010

If I create some file using Path.GetTempPath() - does it automatically get deleted at some stage, or is it up to me to delete it?

c# .net windows io temporary-files