!7 p-exp { SS idToMD5 = fileServer_IDsAndMD5s(); //pnl(idToMD5); for (File f : listFilesStartingWith("blob_", programDir(#1010733))) { print(fileName(f)); int id = parseFirstInt(fileName(f)); S md5 = idToMd.get(str(id)); S newMD5 = fileMD5(f); if (nempty(md5)) if (eq(md5, newMD5)) continue with print("Snippet " + id + " exists"); else continue with print("Snippet differs? " + id); uploadToFileServerWithFixedID(f, snippetTitle(id), fsI(id)); } }