API函数 CopyFile

来源:互联网 发布:nginx 设置默认页面 编辑:程序博客网 时间:2024/06/06 20:07
BOOL CopyFile(    LPCTSTR lpExistingFileName, // pointer to name of an existing file    LPCTSTR lpNewFileName, // pointer to filename to copy to    BOOL bFailIfExists // flag for operation if file exists   ); 

原创粉丝点击