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

Method getDirectory

ij/src/main/java/ij/macro/Functions.java:1919–1923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1917 }
1918
1919 public String getDirectory() {
1920 String dir = IJ.getDirectory(getStringArg());
1921 if (dir==null) dir = "";
1922 return dir;
1923 }
1924
1925 double getSelectionType() {
1926 interp.getParens();

Callers 1

getStringFunctionMethod · 0.95

Calls 2

getDirectoryMethod · 0.95
getStringArgMethod · 0.95

Tested by

no test coverage detected