mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
uhh create dir
This commit is contained in:
parent
b22ed7de21
commit
f6e1958ae8
1 changed files with 2 additions and 0 deletions
|
@ -312,6 +312,8 @@ public:
|
|||
}
|
||||
|
||||
Result<> extractAllTo(Path const& dir) {
|
||||
GEODE_UNWRAP(file::createDirectoryAll(dir));
|
||||
|
||||
GEODE_UNWRAP(
|
||||
mzTry(mz_zip_goto_first_entry(m_handle))
|
||||
.expect("Unable to navigate to first entry (code {error})")
|
||||
|
|
Loading…
Reference in a new issue