static S fileMD5(S path) { ret md5OfFile(path); } static S fileMD5(File f) { ret md5OfFile(f); }