Path question
Posted: Thu Jul 23, 2015 6:43 pm
The user guide has an example of determining the path of a file:
answer file "Choose a file"; put it
What about if I just want to know the path of the currently open stack? My stack (which will be the double-clickable) will call another stack to which the changes the user makes will be written. What code can I use in the script to open that stack if I don't know where the user will install my app and its support stacks?
Thanks!
Barry
Edit: All my stacks will be in the same folder.
answer file "Choose a file"; put it
What about if I just want to know the path of the currently open stack? My stack (which will be the double-clickable) will call another stack to which the changes the user makes will be written. What code can I use in the script to open that stack if I don't know where the user will install my app and its support stacks?
Thanks!
Barry
Edit: All my stacks will be in the same folder.