static L listLocalSnippetIDs() { ret map(filesInDirWithExtension(localSnippetsDir(), ".text"), func(File f) -> Long { firstIntAsString(f.getName()) }); }