ark::archive
Enums
- ArchiveMode (int32_t)
The read/write mode for the archive.
Classes
- ark::archive::Archive
This class represents an archive. It effectively wraps libarchive with C++ semantics.
Functions
Declared in “ark/archive/path.hh”:
- std::string get_archive_extension(const std::filesystem::path & path)
Returns the extension of the given path, assuming that path is an archive. For example, this will return ‘.zip’ if the path has a zip suffix, and will return ‘.tar.gz’ if the path has a ‘.tar.gz’ suffix.