AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::archive::ExtractTo Struct Reference

Default extracter for aui::zlib::readZip.

#include <AUI/Util/Archive.h>

Public Member Functions#

void operator() (const FileEntry &zipEntry) const
 

Signals and public fields#

APath prefix
 Destination dir to unpack.
 
std::function< APath(APath)> pathProjection = aui::identity{}
 Function to preprocess the destination path (excluding prefix).