KSP-ModularManagement / KSPe

Extensions and utilities for Kerbal Space Program
http://ksp.lisias.net/add-ons/KSPAPIExtensions
Other
11 stars 5 forks source link

Use `RealPath` on everything that calls `System.IO` #30

Open Lisias opened 2 years ago

Lisias commented 2 years ago

Currently , onlyKSPe.IO.Directory are unreparsing the pathnames to survive the idiocy of Mono on reparsing all pathnames, screwing with people that uses symbolic links.

Extend it to everything had hits System.IO on KSPe.