1、System.IO.Directory.GetFiles()以数组形式返回目录的文件名
2、System.IO.Path.GetExtension()取得路径文件的后缀名
3、System.IO.File.Exist()判断文件否存在
4、System.IO.File.Delete()删除文件





相关文章:

  • 2021-12-23
  • 2021-09-28
  • 2021-05-29
  • 2021-08-08
  • 2021-05-18
  • 2022-01-21
  • 2021-08-22
猜你喜欢
  • 2021-07-23
  • 2018-11-04
  • 2022-01-04
  • 2021-06-23
  • 2021-12-07
相关资源
相似解决方案