static S md5OfFile_throughString(File f) { if (!f.exists()) ret "-"; ret md5(loadTextFile(f)); }