Copy a file to a new file
copyTo(dest)
var fd = new File("/tmp/blah"); fd.copyTo("/tmp/moo");
Javascript
Category: Javascript