DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Is AutoActPath available for use in Python scripting?

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
0 Kudos
Message 1 of 1
(61 Views)