Application folder is now created if not existing already.

This commit is contained in:
Valentin Radu
2021-08-31 03:25:43 +03:00
parent ea42afb5be
commit 6fcbb29dd7
+1
View File
@@ -1552,6 +1552,7 @@ DWORD DownloadSymbols(TCHAR* wszSettingsPath)
MAX_PATH + 1
);
PathRemoveFileSpecA(szSettingsPath);
CreateDirectoryA(szSettingsPath, NULL);
strcat_s(
szSettingsPath,
MAX_PATH + 1,