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

Method getDirectory

ij/src/main/java/ij/io/OpenDialog.java:236–239  ·  view source on GitHub ↗

Returns the selected directory.

()

Source from the content-addressed store, hash-verified

234
235 /** Returns the selected directory. */
236 public String getDirectory() {
237 lastDir = dir;
238 return dir;
239 }
240
241 /** Returns the selected file name. */
242 public String getFileName() {

Callers 15

openAsStringMethod · 0.95
openAsByteBufferMethod · 0.95
openDialogMethod · 0.95
openAsRawStringMethod · 0.95
runMethod · 0.95
runMethod · 0.95
openLutMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
openVirtualMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected