Returns the length of the file
length
var fd = new File("/tmp/blah"); console_log(fd.length+"\n");
Javascript
Category: Javascript