Closed jmuhlich closed 2 years ago
Making the path relative to the code works regardless of the current directory. The old solution of abspath(".") only works when run from the top level of the project.
abspath(".")
Thanks very much!
Making the path relative to the code works regardless of the current directory. The old solution of
abspath(".")
only works when run from the top level of the project.