newFile = pathAnalizer;
}else{
newFile = new File(reference.getWorkingDirectory(), arguments[0]);
}
Reader reader = new Reader(newFile);
return StringUtil.join(reader.readRest(), "\n");
} catch (Exception ex) {
if (arguments.length < 1 || !arguments[0].equalsIgnoreCase("mute")) {
System.out.println("Could not read file: "+ex);
}
return "null";