取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 2 条)
436 次查看
解答
已被主题作者 Siriusly? 接受
dd.CurrentScriptPath
0 项奖励
2 条消息(共 2 条)
371 次查看