Copier un fichier

naney - 30 mai 2001 à 18:39
 Gerald - 4 août 2001 à 19:58
je cherche la fonction pour copier un fichier
merci a celui ou a celle qui va me repondre
@+ tout le monde

2 réponses

Salut,

Tu as le code pour copier un fichier sur ce site :
http://www.cppfrance.com/article.asp?Val=10

Arnotic 8-)
0
BOOL CopyFile(
LPCTSTR lpExistingFileName, // address of name of an existing file
LPCTSTR lpNewFileName, // address of filename to copy to
BOOL bFailIfExists // flag for operation if file exists
);

Merci Win32.hlp ;)
En plus c'est vachement rapide

Gerald
0
Rejoignez-nous