Xceed Zip Compression Library Documentation
About Xceed Zip control skipping reasons
Xceed Zip control reference > About Xceed Zip control skipping reasons

The following constants define the possible values of SkippingFile event's xReason parameter, as well as the xReason parameter provided by the ListingFile, PreviewingFile, UnzipPreprocessingFile and ZipPreprocessingFile events.

The declarations for these constants are built into the ActiveX control's interface and should automatically be accessible by your code.

Values for the xReason parameter that range between 1 and 99 are skipping reasons generated for files that were skipped due to the settings of the filtering properties or the SkipIf* properties. Values of 100 or more are skipping reasons generated because of an error while processing the file.

Possible values for the xReason parameter:

 xsrIncluded (0)

 xsrFilesToExclude (1)

 xsrSkipExisting (2)

 xsrSkipNotExisting (3)

 xsrSkipOlderDate (4)

 xsrSkipOlderVersion (5)

 xsrRequiredAttributes (6)

 xsrExcludedAttributes (7)

 xsrMinDate (8)

 xsrMaxDate (9)

 xsrMinSize (10)

 xsrMaxSize (11)

 xsrSkipUser (12)

 xsrDuplicateFilenames (13)

 xsrSkipReplace (14)

 xsrUpdateWithoutTemp (15)

 xsrInvalidDiskNumber (100)

 xsrFolderWithSize (101)

 xsrWriteFile (102)

 xsrOpenFile (103)

 xsrReadFile (104)

 xsrMoveFile (105)

 xsrInvalidPassword (106)

 xsrInvalidCRC (107)

 xsrInvalidUncompSize (108)

 xsrCentralHeaderData (109)

 xsrLocalHeaderData (110)

 xsrDescriptorHeaderData (111)

 xsrCreateFolder (112)

 xsrAccessDenied (113)

 xsrCreateFile (114)

 xsrRenamedToExisting (116)

 xsrVolumeWithSize (117)

 xsrCannotSetVolumeLabel (118)

 xsrCentralHeaderNotFound (119)

 xsrUnzipDiskFull (120)

 xsrCompress (121)

 xsrUncompress (122)

 xsrNotLicensed (123)

 xsrEncryptionMethod (124)

 xsrCompressionMethod (125)

xsrMemory (126)