$FG HOME: Difference between revisions

m
This edit on →‎FlightGear 3.0 and later: (%home%→%userprofile% environment variable) is one I planned to do more than a year ago. I suggest a feature for FlightGear wiki: allow guests to suggest edits, like Wikipedia oversighting.
No edit summary
m (This edit on →‎FlightGear 3.0 and later: (%home%→%userprofile% environment variable) is one I planned to do more than a year ago. I suggest a feature for FlightGear wiki: allow guests to suggest edits, like Wikipedia oversighting.)
Line 41: Line 41:
=== Windows ===
=== Windows ===
==== FlightGear 3.0 and later ====
==== FlightGear 3.0 and later ====
<code>%HOME%\Documents\FlightGear</code>
<code>%userprofile%\Documents\FlightGear</code>


<code>%HOME%</code> is usually <code>C:\Users\''User name''</code>
<code>%userprofile%</code> is <code>%homedrive%\Users\''User name''</code> by default, and <Code>%homedrive%</code> is usually C:\.


==== Before FlightGear 3.0 ====
==== Before FlightGear 3.0 ====