grasshopper3 1 Posted July 21, 2010 What is the difference between @ScriptingDir and @WorkingDir? I am creating a script that uses resources in a sub-dir of the dir that it is stored in. What is the best and why? THanks! Share this post Link to post Share on other sites
linus 0 Posted July 21, 2010 According to online help: @ScriptDir: Directory containing the running script. @WorkingDir: Current/active working directory. WorkingDir may change during a scriptrun (e.g. because you change it explicitly), ScriptDir is ScriptDir. So for your problem: @ScriptDir\myRessources Share this post Link to post Share on other sites