在C#项目中的资源文件(Resources文件夹中的文件)怎么复制到指定的路径?
http://www.cnblogs.com/Events/p/3557325.html
支持iEvent回答
你是想在编译时,自动复制吗?
项目属性,生成事件,后期生成事件:
xcopy /y "Resources\xxxx.xxx" "D:\aaaaaaa"