sS loadTextFileOrCreateWithRandomID(File f) { S id = trim(loadTextFile(f)); if (empty(id)) saveTextFile(f, id = aGlobalID()); ret id; }