MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getHomeDir

Method getHomeDir

ij/src/main/java/ij/Prefs.java:424–426  ·  view source on GitHub ↗

Obsolete, replaced by getImageJDir(), which, unlike this method, returns a path that ends with File.separator.

()

Source from the content-addressed store, hash-verified

422 /** Obsolete, replaced by getImageJDir(), which, unlike this method,
423 returns a path that ends with File.separator. */
424 public static String getHomeDir() {
425 return ImageJDir;
426 }
427
428 /** Returns the path, ending in File.separator, to the ImageJ directory. */
429 public static String getImageJDir() {

Callers 2

getMemorySettingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected