.
Replaces one file with another file, taking on that file's entire identity
3/6/2011 1:28:47 PM - anfortas.geo@yahoo.com-216.204.61.86
.
enum ReplaceFileFlags : uint
.
REPLACEFILE_WRITE_THROUGH = 0x00000001,
.
REPLACEFILE_IGNORE_MERGE_ERRORS = 0x00000002
.
.
static extern bool ReplaceFile(string lpReplacedFileName,
.
ReplaceFileFlags dwReplaceFlags, IntPtr lpExclude, IntPtr lpReserved);
.
ReplaceFileFlags
Flags for ReplaceFile.
3/16/2007 7:42:52 AM - anfortas.geo@yahoo.com-216.204.61.86
.