-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functions to get working and user directory. #156
Comments
The current working dir is returned by |
No, |
It is not really needed as there exist alternatives that involve only a single function call (as was not the case with
|
Right, if we decided to add these functions then |
Mhh, if it's possible to get this location, this would also be a nice function to have :) |
In #155 we implement a function that returns the directory of the current script. It might be a good fit to also add a function that returns the current working directory (e.g.
working_dir()
) and user directory (e.g.user_dir()
).The text was updated successfully, but these errors were encountered: