Returns the file names in a directory
list()
var fd = new File("/tmp"); console_log(fd.list());
Javascript
Category: Javascript