static L scanEventLogForText(S progID, S dialogName) { ret scanEventLogForText(getProgramFile(progID, dialogName)); } // f can be the dir or the log file static L scanEventLogForText(File f) { ret collect(scanEventLogForPosts(f), "text"); }