search for: copy_file_fail_if_exist

Displaying 1 result from an estimated 1 matches for "copy_file_fail_if_exist".

2008 Sep 10
1
peimg /inf running on wine
...* Interpret the only flag that CopyFile can interpret. */ FIXME("src=%s dest=%s prg=0x%08x data=0x%08x flags=0x%08x\n", debugstr_w(sourceFilename), debugstr_w(destFilename), progressRoutine, appData, copyFlags); return CopyFileW(sourceFilename, destFilename, (copyFlags & COPY_FILE_FAIL_IF_EXISTS) != 0); } /********************************************************************************************************** Puhh, well wine doesn't crash any more and the files are really copied but the output of peimg tells me: PEIMG failed to complete the operation with status code 0x800703f9....