A comma seperated list of the modes that you are allowed to use for this file
mode
var fd = new File("/tmp/blah"); fd.open("read"); console_log(fd.mode+"\n");
Javascript
Category: Javascript