Finds and loads the configuration file ("IJ_Props.txt") / Finds and loads the configuration file ("IJ_Props.txt") and the preferences file ("IJ_Prefs.txt"). @param ij @return an error message if "IJ_Props.txt" not found.
(Object ij)
| 339 | * @return an error message if "IJ_Props.txt" not found. |
| 340 | */ |
| 341 | public static String load(Object ij) { |
| 342 | return load(ij, null); |
| 343 | } |
| 344 | |
| 345 | /** Finds and loads the configuration file ("IJ_Props.txt") |
| 346 | * and the preferences file ("IJ_Prefs.txt"). |
no test coverage detected