[This is preliminary documentation and subject to change.]
Base interface that all archiver plugins must implement.
For a list of all members of this type, see IArchiver Members.
Type | Description |
---|---|
DirectoryArchiver | An archiver that loads files from the system's filesystem. |
ResourceArchiver | An archiver that loads files from resource files (.res). |
WebArchiver | An archiver that loads files from the web. Supported protocols are http, ftp, and file. The target must be in URI format, e.g. http://www.google.com . |
ZipArchiver | An archiver that loads files from Zip files. |
Namespace: SharpFS
Assembly: SharpFS (in SharpFS.dll)
IArchiver Members | SharpFS Namespace