Interface IArchive
IArchive interface
This interface represents an archive.
public interface IArchive : IDisposable
Properties
Name | Description |
---|---|
FileEntries { get; } | Gets entries of IArchiveFileEntry type constituting the archive. |
Methods
Name | Description |
---|---|
ExtractToDirectory(string) | Extracts all the files in the archive to the directory provided. |
See Also
- namespace Aspose.Zip
- assembly Aspose.Zip