Template:IO Restrictions

From FlightGear wiki
Revision as of 12:14, 20 December 2013 by Hooray (talk | contribs) (http://forum.flightgear.org/viewtopic.php?f=30&t=21615#p196502)
Jump to navigation Jump to search

Note: All FlightGear I/O handled via Nasal and/or fgcommands, is subject to validation via IORules.

$FG HOME is generally accessible for writing:

var path = getprop("/sim/fg-home") ~ "/Export/test.xml";
io.write_properties(path, "/sim");