static L namesOfLocalMechListCopies() { ret map(func(File f) -> S { getString(safeUnstructMap(loadTextFile(f)), 'Name) }, listFilesWithExtension(remoteMechListMirrorsDir(), ".meta")); }