grasshopper3 Posted July 21, 2010 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!
linus Posted July 21, 2010 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now