Commit 310cff0d authored by ElenaSubbotina's avatar ElenaSubbotina

change non-defined temp directory to unique

parent 7f6611ab
...@@ -3882,8 +3882,7 @@ namespace NExtractTools ...@@ -3882,8 +3882,7 @@ namespace NExtractTools
} }
else else
{ {
sTempDir = NSDirectory::GetFolderPath(sFileFrom) + FILE_SEPARATOR_STR + _T("Temp"); sTempDir = NSDirectory::CreateDirectoryWithUniqueName(NSDirectory::GetFolderPath(sFileTo));
NSDirectory::CreateDirectory(sTempDir);
} }
if (sTempDir.empty()) if (sTempDir.empty())
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment