Function of file_read command
file_read
String commandFileReadString(List args) { File file = expEval(args[0]); return file.readAsStringSync(); }