Mark Ayad wrote: > Hi everyone, > > when I'm on the dir node test6 is their > an easy way to obtain the path to root. > No, you have to loop calling getParent() and testing on parent != null and isRootElement() == false and build you own path string. Laurent