[quote=“castles_made_of_sand”]https://github.com/sublimator/EditPreferences/blob/master/helpers.py
I got some crap there for getting files … not very coherent as it’s first pass code as working through understanding ST3 implications …
I had my own package globbing function which returns paths with /$Package.sublime-package/ if it’s a zip file …
Didn’t really come across a case like today when getting a package normalised path from the api that doesn’t imply
much …[/quote]
Cool, I will take a look at your stuff. I would like to leverage the work of dealing with package paths instead of wasting time doing it all myself from scratch. I just dont have the motivation right now .