You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Store the INI file in %APPDATA% or if we are not allowed to do so, in the exe directory
147
+
// Store the INI file in C:\Users\<username>\Documents or if we are not allowed to do so, in the exe directory
148
148
if (not devData.IsPortable) and ((AppData <> '') and (DirectoryExists(AppData + 'Embarcadero\Dev-Cpp') or CreateDir(AppData + 'Embarcadero\Dev-Cpp'))) then
0 commit comments