Don't use wxMkDir, it shows stupid error messages

This commit is contained in:
Twan van Laarhoven
2020-05-16 20:04:10 +02:00
parent 424fd96185
commit 6b6306fc86
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -45,6 +45,8 @@ time_t file_modified_time(const String& name);
// ----------------------------------------------------------------------------- : Removing and renaming
bool create_directory(const String& path);
/// Ensure that the parent directories of the given filename exist
bool create_parent_dirs(const String& file);