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