Skip to content

Commit

Permalink
Note location of debugger settings on modern Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Jul 7, 2024
1 parent 0179668 commit 1acb212
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ public static File GetSettingsFilePath(String filename)
// directory (which is C:\Documents and Settings\<user>).
if (osName.toLowerCase().startsWith("windows"))
{
// NOTE: in current Windows, the path below resolves to
// C:/Users/<user>/AppData/Roaming/SoarDebugger

// Add the Application Data folder name.
// BUGBUG: Not sure how to do this in a language neutral way.
homeDir = new File(homeDir, "Application Data");
Expand Down

0 comments on commit 1acb212

Please sign in to comment.