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