Returns the name of the current file without the directory part
name
var fd = new File("/tmp/blah"); console_log(fd.name);
Javascript
Category: Javascript