MCPcopy Create free account
hub / github.com/RipMeApp/ripme / getURLHistoryFile

Method getURLHistoryFile

src/main/java/com/rarchives/ripme/utils/Utils.java:304–310  ·  view source on GitHub ↗

Return the path of the url history file

()

Source from the content-addressed store, hash-verified

302 * Return the path of the url history file
303 */
304 public static String getURLHistoryFile() {
305 if (getConfigString("history.location", "").length() == 0) {
306 return getConfigDir() + File.separator + "url_history.txt";
307 } else {
308 return getConfigString("history.location", "");
309 }
310 }
311
312 /**
313 * Gets the path to the configuration file.

Callers 2

clearURLHistoryMethod · 0.95
AbstractRipperClass · 0.95

Calls 2

getConfigStringMethod · 0.95
getConfigDirMethod · 0.95

Tested by

no test coverage detected