rust-xplm
rust-xplm copied to clipboard
Add various path utility functions
This provides four new functions:
system_path()
prefs_path()
plugin_path()
aircraft_path()
They return PathBuf objects, which the user will presumably find straightforward to navigate from to get, e.g., the aircraft root folder.
I've moved the path_init function to the internal module and promoted paths to pub mod - is that OK?