Returns the custom properties (IJ_Props.txt) file path.
()
| 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() { |