mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Don't use wxMkDir, it shows stupid error messages
This commit is contained in:
@@ -401,7 +401,7 @@ void Package::openZipfile() {
|
||||
|
||||
void Package::saveToDirectory(const String& saveAs, bool remove_unused, bool is_copy) {
|
||||
// create directory?
|
||||
wxMkdir(saveAs);
|
||||
create_directory(saveAs);
|
||||
// write to a directory
|
||||
VCSP vcs = getVCS();
|
||||
FOR_EACH(f, files) {
|
||||
|
||||
Reference in New Issue
Block a user