create folder if not exists

This commit is contained in:
Chee Yee
2023-02-07 22:31:36 -08:00
parent f904aa4243
commit b149d1d06a
+1
View File
@@ -738,6 +738,7 @@ namespace Actions
void *ExtractZipThread(void *argp)
{
FS::MkDirs(extract_zip_folder, true);
for (std::set<DirEntry>::iterator it = multi_selected_local_files.begin(); it != multi_selected_local_files.end(); ++it)
{
if (stop_activity)