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

Method getDir

ij/src/main/java/ij/IJ.java:2024–2026  ·  view source on GitHub ↗

Alias for getDirectory().

(String title)

Source from the content-addressed store, hash-verified

2022
2023 /** Alias for getDirectory(). */
2024 public static String getDir(String title) {
2025 return getDirectory(title);
2026 }
2027
2028
2029 /** Displays an open file dialog and returns the path to the

Callers 15

installPluginsMethod · 0.95
getLutMethod · 0.95
showDialogMethod · 0.95
runMethod · 0.95
showInfoMethod · 0.95
showDirectoryMethod · 0.95
showDialogMethod · 0.95
setOptionsMethod · 0.95
showDialogMethod · 0.95
multiCropMethod · 0.95
getMaskColorMethod · 0.95
showDialogMethod · 0.95

Calls 1

getDirectoryMethod · 0.95

Tested by

no test coverage detected