I have app written with CImGui.jl, which keeps current window layout in sync with imgui.ini file stored in current directory (or in any other predefined directory). When the app is developed, pwd() is the project folder. After app install, pwd() changes to C:\Windows\system32. So how should set windows.ini file extracted into USER_DATA?
I have app written with CImGui.jl, which keeps current window layout in sync with
imgui.inifile stored in current directory (or in any other predefined directory). When the app is developed,pwd()is the project folder. After app install,pwd()changes toC:\Windows\system32. So how should setwindows.inifile extracted into USER_DATA?