Function of file command
file
File commandFile(List args) { String name = expEval(args[0]); return File(name); }