kallepersson/Sublime-Finder

Crossplatform open directory dialog

ppetrosh opened this issue · 0 comments

self.window.run_command("open_dir", {"dir": path}) seems to be

a) platform independent
b) allows to read the opened path back to the plugin as needed.

Not sure if that's useful for you guys, just wanted to share my findings.