MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getHistoryFile

Method getHistoryFile

src/main/java/mudmap2/backend/WorldFileList.java:59–61  ·  view source on GitHub ↗

Get File describing path and name of history file @return file object

()

Source from the content-addressed store, hash-verified

57 * @return file object
58 */
59 private static File getHistoryFile(){
60 return new File(Environment.getUserDataDir() + File.separator + HISTORY_FILENAME);
61 }
62
63 /**
64 * Get File describing path and name of available worlds file

Callers 2

readMethod · 0.95
writeMethod · 0.95

Calls 1

getUserDataDirMethod · 0.95

Tested by

no test coverage detected