用mfc如何实现将一个文件拷贝到另一个文件夹中例如:C:\WINDOWS\a.txt中的a.txt文件拷贝到D:\Program

很多方法简单的就是用CopyFile(原来的路径,要的新的路径);你可以查看对应的MSDN如CopyFile(“c:\\windows\\a.txt”,"d:/program/a.txt")
http://zhidao.baidu.com/link?url=l1x2Pi8MpjJN1f6gzjaAbQn6thqqbRj21FrN8Tducu9A9UxbWdF6cjU75UgGcW6nHGLtZflV2Y4oXfwHaXvDQ_

posted on 2013-12-12 13:31  hualimengyu  阅读(1177)  评论(0编辑  收藏  举报

导航