Let's say there we have the following folder structure: - \<Archive Root\> - kmos - base - kmos.ks Enviroment ------------ - KSP 1.6 (I know it's not offically supported yet, but kOS seems to work in principle, and I don't expect KSP to break file system access...) - Windows 10 - kOS should be equivalent to develop for this, actually build from [Garek33:dev-2394](https://github.com/Garek33/KOS/tree/dev-2394) (up-to-date with develop, plus #2397 ) Expected Behaviour ---------------------- - `path("kmos/base"):hasextension` returns `false` - `path("kmos/base/kmos"):hasextension` returns `false` - `path("kmos/base/kmos.ks"):hasextension` returns `true` Tested Behaviour ------------------- - `path("kmos/base"):hasextension` returns `true` - `path("kmos/base/kmos"):hasextension` returns `true` - `path("kmos/base/kmos.ks"):hasextension` returns `true`
Let's say there we have the following folder structure:
Enviroment
Expected Behaviour
path("kmos/base"):hasextensionreturnsfalsepath("kmos/base/kmos"):hasextensionreturnsfalsepath("kmos/base/kmos.ks"):hasextensionreturnstrueTested Behaviour
path("kmos/base"):hasextensionreturnstruepath("kmos/base/kmos"):hasextensionreturnstruepath("kmos/base/kmos.ks"):hasextensionreturnstrue