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

Method getImageJPath

ij/src/main/java/ij/Menus.java:1401–1403  ·  view source on GitHub ↗

Use Prefs.getImageJDir() to get the path to the ImageJ directory.

()

Source from the content-addressed store, hash-verified

1399
1400 /** Use Prefs.getImageJDir() to get the path to the ImageJ directory. */
1401 static String getImageJPath() {
1402 return ImageJPath;
1403 }
1404
1405 /** Returns the path to the user plugins directory or
1406 null if the plugins directory was not found. */

Callers 1

getImageJDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected