Returns the custom preferences (IJ_Prefs.txt) file path.
()
| 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(). */ |