111,126
社区成员
发帖
与我相关
我的任务
分享
string filepath = @"D:\testfiles\test\d.dll";
string newfilepath = @"D:\testfiles\new\d.dll";
Assembly assembly = Assembly.LoadFile(filepath);
File.Copy(newfilepath, filepath, true);