Hi Mirek, Could you add the following to Core/App.h: String GetProgramDataFolder(); And Core/App.cpp: String GetProgramDataFolder() { return GetShellFolder(CSIDL_COMMON_APPDATA);} ? Best regards, Tom EDIT: And by the way, what would be the Linux equivalent for "C:\ProgramData"?
String GetProgramDataFolder();
String GetProgramDataFolder() { return GetShellFolder(CSIDL_COMMON_APPDATA);}
Report message to a moderator