Deletes a file
remove();
var fd = new File("/tmp/blah"); fd.remove();
Javascript
Category: Javascript