You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing my own plugin in python.
I would like to use other files which are a located in the same directory as the plugin itself.
Is it possible to find out in which directory the script is located? The common way with __file__ is not possible.
BR
Artur
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing my own plugin in python.
I would like to use other files which are a located in the same directory as the plugin itself.
Is it possible to find out in which directory the script is located? The common way with
__file__
is not possible.BR
Artur
The text was updated successfully, but these errors were encountered: