Hello, I have this problem: I have to extract the path portion and filename portion from an absolute path string inside a jelly script. I think that I could use jexl expressions to instantiate a java.io.File and then call getName() and getCanonicalPath(), but I don't know how to instantiate a file object passing the asbolute path as constructor parameter. Anyone can help me pelase? TIA Carlo
