6364656667686970717273
public static void catalogueMap(String fromFile) { StringAnalyst reader = new StringAnalyst(); MapInfo newInfo = new MapInfo(); mapCatalogue.add(newInfo); newInfo.filePath = fromFile; reader.openFile(fromFile);