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 );
Parameters lpExistingFileName Points to a null-terminated string that specifies the name of an existing file.
lpNewFileName Points to a null-terminated string that specifies the name of the new file.
bFailIfExists Specifies how this operation is to proceed if a file of the same name as that specified by lpNewFileName already exists. If this parameter is TRUE and the new file already exists, the function fails. If this parameter is FALSE and the new file already exists, the function overwrites the existing file and succeeds.
tolderlund>> Det er rigtigt .. Indrømmet jeg læste bare overskriften ! "Dos kommando kald fra Delphi?" og til DET formål kan du bruge mit kode, ellers har du fuldstendig ret brug CopyFile
Jens B
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.