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

Method getMacrosPath

ij/src/main/java/ij/Menus.java:1413–1415  ·  view source on GitHub ↗

Returns the path to the macros directory or null if the macros directory was not found.

()

Source from the content-addressed store, hash-verified

1411 /** Returns the path to the macros directory or
1412 null if the macros directory was not found. */
1413 public static String getMacrosPath() {
1414 return macrosPath;
1415 }
1416
1417 /** Returns the hashtable that associates commands with plugins. */
1418 public static Hashtable getCommands() {

Callers 6

getDirectoryMethod · 0.95
runMacroFileMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.95
doIncludeMethod · 0.95
saveAsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected