How to execute the "Open Project Files Directory" command in a script
Akane Ito
Member Posts: 37
**
in Structures
Answers
-
@AKD-Scripting-Team - another customer for your scripting goodness!
0 -
Hello Akane Ito,
you can try the following:
import os
os.startfile(ExtAPI.DataModel.Project.ProjectDirectory)Best Regards,
av0 -
Dear av
Thank you. You were a great help.0