Sublime Forum

Get Project Path

#1

Is there a way to get the current projects root path?

0 Likes

#2

The best way I’ve found to do this is

self.view.window().folders()

Not sure if this is correct or not but it worked for my specific case

0 Likes