Xceed Zip Compression Library Documentation
xerRemoveWithoutTemp constant
Xceed Zip control reference > Xceed Zip control error codes > xerRemoveWithoutTemp constant

Value

529

Description

The RemoveFiles method was called, but the UseTempFile property was set to False.

Tips

The library must use a temporary file in order to remove files from a zip file. Set the UseTempFile property to True to remedy the situation by allowing the library to use a temp file.