精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● Delphi>>文件>>Re:delphi拷贝文件的命令是什么呀?

主题:Re:delphi拷贝文件的命令是什么呀?
发信人: hikehilter(hikehilter)
整理人: teleme(2001-02-10 23:08:25), 站内信件
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 
   );


----
 

[关闭][返回]