WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ZipExtract.h
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <string>
5
12bool extractZip(const std::string& zipData, const std::filesystem::path& destDir);
bool extractZip(const std::string &zipData, const std::filesystem::path &destDir)
Extract all files from a ZIP archive into the given directory.