Sublime Forum

How to grab the project_path/working_dir

#1

I’d like to use these paths for a sublime_plugin.TextCommand plugin.

Thanks.

0 Likes

#2

Project path isn’t exposed yet, unfortunately. The only option for the moment is to get the path of the current file, via view view.file_name().

0 Likes

#3

Well okay.
I wanted to make a menu item that starts an appengine dev server.

command: dev_appserver.cmd /path/to/war

Hopefully that’ll be possible soon.
Thanks.

0 Likes