数据备份(100分)

  • 主题发起人 主题发起人 小小鸟
  • 开始时间 开始时间

小小鸟

Unregistered / Unconfirmed
GUEST, unregistred user!
SOS: &nbsp; &nbsp; 敬请告之有关delphi的文件管理的拷贝和剪贴的解法?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;或者关于windows API 拷贝和和剪贴的解法?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;谢谢!送你100分!<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;----unitmax@371.net &nbsp; &nbsp;5.2<br>
 
for joking<br>temp/
 
&lt;a href="http://www.csdn.net/Delphi/Samples/FILETOOL.ZIP"&gt;提供复制文<br>件、删除文件、搬移文件及更名文件等多项功能的范例程序 &lt;/a&gt;
 
www.chinaasp.com中有介绍!
 
文件复制:<br>BOOL CopyFileEx(<br><br>&nbsp; &nbsp; LPCWSTR lpExistingFileName, // pointer to name of an existing file<br>&nbsp; &nbsp; LPCWSTR lpNewFileName, // pointer to filename to copy to<br>&nbsp; &nbsp; LPPROGRESS_ROUTINE lpProgressRoutine, // pointer to the callback function<br>&nbsp; &nbsp; LPVOID lpData, // to be passed to the callback function<br>&nbsp; &nbsp; LPBOOL pbCancel, // flag that can be used to cancel the operation<br>&nbsp; &nbsp; DWORD dwCopyFlags // flags that specify how the file is copied<br>&nbsp; &nbsp;);<br>文件剪切=复制+删除<br>BOOL DeleteFile(<br><br>&nbsp; &nbsp; LPCTSTR lpFileName // pointer to name of file to delete &nbsp;<br>&nbsp; &nbsp;);
 
提问都舍不得多敲击个字,叫别人怎么帮你嘛
 
多人接受答案了。
 
后退
顶部