Code: Alles auswählen
BOOL WINAPI CopyFile(
__in LPCTSTR lpExistingFileName,
__in LPCTSTR lpNewFileName,
__in BOOL bFailIfExists
);
; Beispiel
CopyFile_("C:\autoexec.bat", "D:\autoexec.bat.bck", #True)
MfG
Code: Alles auswählen
BOOL WINAPI CopyFile(
__in LPCTSTR lpExistingFileName,
__in LPCTSTR lpNewFileName,
__in BOOL bFailIfExists
);
; Beispiel
CopyFile_("C:\autoexec.bat", "D:\autoexec.bat.bck", #True)