Closed Balazs-Peter closed 2 years ago
We might be able to do this with os.getcwd(), which returns the directory of the script ROD was called from, allowing to create an absolute path from the relative path provided.
Line 23 of accessdata should be appended by an additional elif, where os.getcwd() + path is checked where it exists. If so:
We might be able to do this with os.getcwd(), which returns the directory of the script ROD was called from, allowing to create an absolute path from the relative path provided.