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:
parent
ea42afb5be
commit
6fcbb29dd7
@ -1552,6 +1552,7 @@ DWORD DownloadSymbols(TCHAR* wszSettingsPath)
|
||||
MAX_PATH + 1
|
||||
);
|
||||
PathRemoveFileSpecA(szSettingsPath);
|
||||
CreateDirectoryA(szSettingsPath, NULL);
|
||||
strcat_s(
|
||||
szSettingsPath,
|
||||
MAX_PATH + 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user