File.Delete 方法 (System.IO)

File.Delete 方法 (System.IO)

瀏覽:1120
日期:2026-04-22
... // Delete source files that were copied. foreach (string f in txtList) { File.Delete(f); } foreach (string f in picList) { File.Delete(f); } } catch (DirectoryNotFoundException dirNotFound) { Console.WriteLine(dirNotFound.Message); } 版本資訊.NET Framewor...看更多