$FG HOME: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
Line 7: Line 7:
* '''Windows:'''
* '''Windows:'''
* '''Mac OS X:''' ~/Library/Application Support/FlightGear
* '''Mac OS X:''' ~/Library/Application Support/FlightGear
* '''Linux:'''
* '''Linux:''' ~/.fgfs/


=== Notes ===
=== Notes ===
[[Category:Special directories|HOME]]
[[Category:Special directories|HOME]]

Revision as of 23:33, 20 March 2013

This article is a stub. You can help the wiki by expanding it.

$FG_HOME is an environment variable representing the path to where user-specific data is stored (not application data). Basically, it is a name for a directory that varies with the operating system and stores information between sessions: configuration/preferences, properties marked with the "user-archive" attribute, and aircraft-specific settings (using the data helper class in aircraft.nas).

Common paths

  • Windows:
  • Mac OS X: ~/Library/Application Support/FlightGear
  • Linux: ~/.fgfs/

Notes