Should Dispose() or Finalize() be used to delete temporary files?

后端 未结 8 1236
隐瞒了意图╮
隐瞒了意图╮ 2021-02-04 02:35

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

8条回答
提交回复
热议问题