DEtermining the corresponding suite

Hi!

Is there any way to get the suite name of a script?

Sure. If you want the path to the suite then you can use:

put the folder of my folder

If you want just the name, then you can use:

put the lastpathcomponent of the folder of my folder

which will include the .suite extension. One way to get just the name without the .suite extension is to use:

put the short name of folder the folder of my folder

Great, thanks