jrossignol / WaypointManager

MIT License
38 stars 14 forks source link

Does not save the config file in the correct location on the mac. #22

Closed dak180 closed 9 years ago

dak180 commented 9 years ago

it saves it in a file named \GameData\WaypointManager\WaypointManager.cfg in the Kerbal Space Program directory.

This likely happens on linux too since \ is only the path separator on windows.

jrossignol commented 9 years ago

Ugh, of course the native C# methods wouldn't be platform independent. I'll have a look and see if I can figure out the proper way to do this.