301 posts
Location
Whenever, Wherever!
Posted 02 August 2012 - 05:40 AM
Is it possible to get the location of the file that is being ran? Sorry if this is vauge.
8543 posts
Posted 02 August 2012 - 05:47 AM
shell.getRunningProgram()
127 posts
Posted 02 August 2012 - 05:47 AM
this is actually quite easy there is a function for this in the shell API,
shell.getRunningProgram()
301 posts
Location
Whenever, Wherever!
Posted 02 August 2012 - 05:49 AM
Wow, quick reply, THANKS!