Hallo glkbkk,
ich denke schon...ist eine
WinAPI-Funktion.
Code:
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
);
Tschüß Markus