Browse Source

Application folder is now created if not existing already.

pull/20/head
Valentin Radu 4 years ago
parent
commit
6fcbb29dd7
  1. 1
      ExplorerPatcher/dllmain.c

1
ExplorerPatcher/dllmain.c

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

Loading…
Cancel
Save