sS md5FromFilePathSizeAndDate(File f) { ret md5(f2s(f) + " " + fileSize(f) + " " + lastModified(f)); }