Home » U++ Library support » U++ Core » Windows ProgramData directory
Windows ProgramData directory [message #59108] |
Thu, 03 November 2022 10:45  |
Tom1
Messages: 1301 Registered: March 2007
|
Ultimate Contributor |
|
|
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"?
[Updated on: Thu, 03 November 2022 10:52] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Apr 29 13:53:29 CEST 2025
Total time taken to generate the page: 0.01156 seconds
|