!752 p { L l = allDataFilesNamed("log.txt"); print("Files found:"); for (File f : l) print(f.getPath() + " " + f.length()); }