sS md5FromFilePathSizeAndDate(File f) { ret f == null ? "-" : md5(f2s(f) + " " + fileSize(f) + " " + lastModified(f)); }