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

Method getLastDirectory

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

Returns the path to the directory that contains the last file opened or saved, or null if a file has not been opened or saved.

()

Source from the content-addressed store, hash-verified

282 /** Returns the path to the directory that contains the last file
283 opened or saved, or null if a file has not been opened or saved. */
284 public static String getLastDirectory() {
285 return lastDir;
286 }
287
288 /** Sets the path to the directory containing the last file opened by the user. */
289 public static void setLastDirectory(String dir) {

Callers 3

getDirectoryMethod · 0.95
loadLutMethod · 0.95
doFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected