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

Method getCustomPropsPath

ij/src/main/java/ij/Prefs.java:809–811  ·  view source on GitHub ↗

Returns the custom properties (IJ_Props.txt) file path.

()

Source from the content-addressed store, hash-verified

807
808 /** Returns the custom properties (IJ_Props.txt) file path. */
809 public static String getCustomPropsPath() {
810 return propertiesPath;
811 }
812
813 /** Returns the custom preferences (IJ_Prefs.txt) file path. */
814 public static String getCustomPrefsPath() {

Callers 3

runPlugInMethod · 0.95
runMethod · 0.95
showInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected