I have a simple question :
I want to use the path attribute to create a name attribute, but I don't want the "/" in path attribute. For the moment i have this simple code :
s@name = s@path ;
s@name = replace(s@path, "/", "_"); // "/" becomes "_" // could also replace with "" to just remove the slash