Returns the path to the current file
path
var fd = new File("/tmp/blah"); console_log(fd.path);
Javascript
Category: Javascript