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

Method getDirectory

ij/src/main/java/ij/io/SaveDialog.java:266–269  ·  view source on GitHub ↗

Returns the selected directory.

()

Source from the content-addressed store, hash-verified

264
265 /** Returns the selected directory. */
266 public String getDirectory() {
267 OpenDialog.setLastDirectory(dir);
268 return dir;
269 }
270
271 /** Returns the selected file name. */
272 public String getFileName() {

Callers 15

writeMethod · 0.95
openFileMethod · 0.95
runMethod · 0.95
saveImageMethod · 0.95
saveFolderMethod · 0.95
saveMPTableMethod · 0.95
runMethod · 0.95
runMethod · 0.95
saveMethod · 0.95
writeImageMethod · 0.95
runMethod · 0.95

Calls 1

setLastDirectoryMethod · 0.95

Tested by

no test coverage detected