Dec-13-2023, 11:49 AM
You could also try
import os path = os.path.realpath(os.path.dirname(__file__)) print(path)Will give the path of the folder the script executed from.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts