1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-19 01:04:08 +01:00

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

View File

@ -1552,6 +1552,7 @@ DWORD DownloadSymbols(TCHAR* wszSettingsPath)
MAX_PATH + 1
);
PathRemoveFileSpecA(szSettingsPath);
CreateDirectoryA(szSettingsPath, NULL);
strcat_s(
szSettingsPath,
MAX_PATH + 1,