using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication5
{
class Program
{
static void Main(string[] args)
{
string pa = @"d:\hello world.pdf";
File.Delete(pa);
Console.ReadKey();
}
}
}

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2021-09-18
  • 2021-11-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2023-01-25
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案