From 6fcbb29dd76f662adba8bb2d8d150967fbf3d64a Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 31 Aug 2021 03:25:43 +0300 Subject: [PATCH] Application folder is now created if not existing already. --- ExplorerPatcher/dllmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 4e84991..92da01f 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -1552,6 +1552,7 @@ DWORD DownloadSymbols(TCHAR* wszSettingsPath) MAX_PATH + 1 ); PathRemoveFileSpecA(szSettingsPath); + CreateDirectoryA(szSettingsPath, NULL); strcat_s( szSettingsPath, MAX_PATH + 1,