2911월 2019 by Truds No Comments C# 같은 프로세스가 사용하는 파일 강제 삭제 CSharp if (File.Exists(FilePath)) { GC.Collect(); GC.WaitForPendingFinalizers(); FileInfo f = new FileInfo(FilePath); f.Delete(); } Read More