回 帖 发 新 帖 刷新版面

主题:ShellExecute

怎样用ShellExecute执行文件拷贝

回复列表 (共2个回复)

沙发

执行文件拷贝?不是这函数
BOOL CopyFile(
  LPCTSTR lpExistingFileName, // name of an existing file
  LPCTSTR lpNewFileName,      // name of new file
  BOOL bFailIfExists          // operation if file exists
);

板凳

对啊,如果想做文件拷贝的话,应该使用CopyFile函数,如果你非要调用ShellExecute函数去执行文件拷贝,可以调用系统命令copy.exe程序!


/*------------------------------------------------------------------*/
VC驿站 - WwW.CcTry.CoM
C、C++、VC++ 编程学习 免费课程 精品电子书 精品源码 下载 期待您的加入!
/*------------------------------------------------------------------*/

我来回复

您尚未登录,请登录后再回复。点此登录或注册