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

Method getCustomPrefsPath

ij/src/main/java/ij/Prefs.java:814–816  ·  view source on GitHub ↗

Returns the custom preferences (IJ_Prefs.txt) file path.

()

Source from the content-addressed store, hash-verified

812
813 /** Returns the custom preferences (IJ_Prefs.txt) file path. */
814 public static String getCustomPrefsPath() {
815 return preferencesPath;
816 }
817
818 /** Retrieves a string from IJ_Props or IJ_Prefs.txt.
819 Does not retrieve strings set using Prefs.set(). */

Callers 2

runMethod · 0.95
showInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected