Re: Why doesn't this script work?

2005-11-14 Thread Chipp Walters
Stephen, A couple of points. 1) If you're running inside of Rev, the defaultFolder by default points to the folder the revEngine is working in. Of course, any number of things can change the defaultFolder in the IDE, including plugins, other stacks, etc. If you are wanting the /CQdata folder

Re: Why doesn't this script work?

2005-11-14 Thread Eric Chatonet
Hi Stephen, If, as I think, you want to get the path to the folder of your standalone, just get its fileName property: function AppFolderPath set the itemDel to slash return item 1 to -2 of the fileName of this stack end AppFolderPath And use it to access other folders: put

Why doesn't this script work?

2005-11-13 Thread Stephen Paul McNutt
Here's a script I use to set the defaultFolder property for a standalone. The part for OSX works perfectly, but the part for Win32 doesn't. I've placed all those answer commands in there to check variable and property values as I go. local ldefaultFolder if the environment