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
);
哪个东西里封装了不少文件操作API,实际上,是个简单的文件管理器的例子。
但写入了DELPHI HELP,也满有意思
could this be done:
winexec('copy c:/a.mdb c:/b.mdb/y',sw_normal);//perhaps you want sw_hide