I'm looking into converting our scripts from VBS to Python. All our scripts all use the AutoActPath to get the current script path but I can't get it to work in Python. Any Ideas?
VBS:
msgbox AutoActPath 'this works
PY:
print (dd.AutoActPath) 'this doesn't work
print (AutoActPath) 'this doesn't work