Returns the path to the user plugins directory or null if the plugins directory was not found.
()
| 1405 | /** Returns the path to the user plugins directory or |
| 1406 | null if the plugins directory was not found. */ |
| 1407 | public static String getPlugInsPath() { |
| 1408 | return pluginsPath; |
| 1409 | } |
| 1410 | |
| 1411 | /** Returns the path to the macros directory or |
| 1412 | null if the macros directory was not found. */ |
no outgoing calls
no test coverage detected