N Nose Unregistered / Unconfirmed GUEST, unregistred user! 2000-04-04 #2 BOOL CopyFile(LPCTSTR lpExistingFileName,LPCTSTR lpNewFileName, BOOL bFailIfExists); 只要PChar(aPasStr)转换就可以。 最后一个参数如果为True ,目标文件如果已经存在,函数失败(不拷贝) False,目标文件存在,覆盖。 CopyFile(PChar(sSource),PChar(sDest),bOverwrite);
BOOL CopyFile(LPCTSTR lpExistingFileName,LPCTSTR lpNewFileName, BOOL bFailIfExists); 只要PChar(aPasStr)转换就可以。 最后一个参数如果为True ,目标文件如果已经存在,函数失败(不拷贝) False,目标文件存在,覆盖。 CopyFile(PChar(sSource),PChar(sDest),bOverwrite);