i need to read and write the local disk from a revlet
I select this option in the standalone setting
With revStudio i get the path of the stack and i build
a local folder path for read and write data
It work fine in a stack. glapilemaitre is a valid path
But not from a revlet, glapilemaitre = the short name of the stack
Code: Select all
on openstack
global glapilemaitre
put the long name of this stack into glapilemaitre
delete word 1 of glapilemaitre
delete char 1 of glapilemaitre
delete last char of glapilemaitre
end openstack
Jean-Marc