ArchiveOperationStep Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Currently executed step of ArchiveOperation.
Syntax
public enum ArchiveOperationStep
Fields
Name | Description |
---|---|
DirectoryChecking | Directory processing was started. |
DirectoryCreated | Directory was successfully created. If directory already exists, this event is not raised. |
DirectoryCreationFailed | Creation of directory failed or the operation was canceled. |
DirectoryDeleted | Directory was successfully deleted. |
DirectoryRetrievalFailed | Retrieval of the particular directory hierarchy failed or operation was canceled. |
DirectoryRetrievalSkipped | Retrieval of the particular directory hierarchy was skipped (no files or subdirectories of the directory are to be processed). |
DirectoryRetrievalStarted | Retrieval of the particular directory hierarchy was started. |
DirectoryRetrieved | Retrieval of the particular directory hierarchy was successfully completed. |
DirectorySkipped | Directory with whole content was skipped (no files or subdirectories are to be processed). |
FileChecking | Necessary checks of a file were started. |
FileDataBlockProcessed | A file data block was processed. |
FileDeleted | File was successfully deleted. |
FileProcessed | File was successfully processed. |
FileProcessing | File processing was started. |
FileProcessingFailed | File processing failed or the operation was canceled. |
FileSkipped | File was skipped. |
HierarchyRetrievalFailed | Retrieval of the file system or the archive hierarchy failed or operation was canceled. |
HierarchyRetrieved | Retrieval of the file system or the archive hierarchy was successfully completed. |
HierarchyRetrieving | Retrieval of the file system or the archive hierarchy was started. |