Einzelnen Beitrag anzeigen

Markus K.

Registriert seit: 26. Jan 2004
Ort: Halle
346 Beiträge
 
Delphi 2005 Personal
 
#5

Re: copyfileto, oder gibts was anderes?

  Alt 14. Apr 2004, 21:38
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
  Mit Zitat antworten Zitat