Returns the parent part of the path
parent
var fd = new File("/tmp/blah"); console_log(fd.parent);
Javascript
Category: Javascript