Talk:User.properties

From FreeMind
Revision as of 13:51, 28 August 2007 by Danielpolansky (talk | contribs)
Jump to navigationJump to search

Bug: Windows application paths

The recommended path for a Windows application to store its settings in Windows XP is %USERPROFILE%\Application Data, and in Windows Vista %USERPROFILE%\AppData\Roaming. The reason for this is the same as why it's on Unix recommended to save in $HOME/.<application> and not $HOME/<application>. Most user don't want to see a new folder in their home (aka My documents) folder for every application they have on their computer. In Windows the Application Data och AppData folder is hidden.

So the recommended path for freemind to save its settings under Windows XP would be:

C:\Documents and Settings\(your user name)\Application Data\freemind\user.properties

I should probably report this as a bug. --John Ericson 06:27, 27 Jul 2007 (PDT)