Function of file_exists command
file_exists
bool commandFileExists(List args) { File file = expEval(args[0]); return file.existsSync(); }