be icon indicating copy to clipboard operation
be copied to clipboard

Absolute project path

Open tokejepsen opened this issue 10 years ago • 2 comments

Support setting the project with an absolute path:

be in O:\ ben modeling

tokejepsen avatar Oct 05 '15 13:10 tokejepsen

This would basically be a switch, specifying just a name e.g. myproject results in be looking in the current working directory, via os.listdir, for a directory named myproject. Specifying an absolute path would instead use the specified path.

This would only work with the first argument to be in.

mottosso avatar Oct 05 '15 13:10 mottosso

The use case being having a project directly mapped to a drive and thus can't be listed via os.listdir.

mottosso avatar Oct 05 '15 13:10 mottosso