Xceed Zip Compression Library Documentation
xsrMoveFile constant
Xceed Zip control reference > Xceed Zip control skipping reasons > xsrMoveFile constant

Value

105

Description

Cannot move a temporary file to the real file's destination.

Tips

When the library is instructed to compare version resource information before unzipping files (because the SkipIfOlderVersion property is set to True), it unzips each file into the temporary folder (see the TempFolder property for details) in order to compare its version resource information with the destination file's version resource information. The xsrMoveFile skipping reason can occur when the file is indeed going to replace the other file, but the library is unable to overwrite the older file with the new one just unzipped into the temporary folder. This may be a file security or permission problem.