79 posts
Posted 18 March 2012 - 05:26 AM
I was wondering if there is a way to find the parent of the script, or somthing, because that might be handy to use.
108 posts
Posted 18 March 2012 - 08:48 AM
Do you mean find the parent folder?
79 posts
Posted 18 March 2012 - 07:13 PM
Yeah
108 posts
Posted 18 March 2012 - 11:41 PM
shell.getRunningProgram() will get the program's path, then you can just know off everything after the last back-slash("") or add back-slash period period ("..") to the end