摘要: 2020-03-28 每日一例第20天 string fileName = @"D:\music\1.mp3"; //文件是否存在if (File.Exists(fileName)){ //删除文件File.Delete(fileName);} 阅读全文
posted @ 2020-03-28 23:24 winnerljs 阅读(5196) 评论(0) 推荐(0) 编辑
摘要: 2020-03-28 每日一例第19天 string fileName = @"D:\music\1.mp3"; //文件是否存在 if (File.Exists(fileName)) { Console.WriteLine("{0}文件存在", fileName); Console.ReadKey 阅读全文
posted @ 2020-03-28 01:43 winnerljs 阅读(3757) 评论(0) 推荐(0) 编辑