.
C# Definition:
[Flags]
enum ReplaceFileFlags : uint
{
REPLACEFILE_WRITE_THROUGH = 0x00000001,
REPLACEFILE_IGNORE_MERGE_ERRORS = 0x00000002
}
Notes:
None.
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
