调用win32函数,完美解决,删除等也依然需要调用相关函数。
[DllImport("kernel32.dll", CharSet = CharSet.Auto)] public static extern int CopyFile(string source, string target, bool overwrite);
C#专业交流群1 C#专业交流群2