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

Method getDefaultDirectory

ij/src/main/java/ij/Prefs.java:500–505  ·  view source on GitHub ↗

Returns the default directory, if any, or null.

()

Source from the content-addressed store, hash-verified

498
499 /** Returns the default directory, if any, or null. */
500 public static String getDefaultDirectory() {
501 if (commandLineMacro)
502 return null;
503 else
504 return getString(DIR_IMAGE);
505 }
506
507 /** Returns the file.separator system property. */
508 public static String getFileSeparator() {

Callers 1

getDefaultDirectoryMethod · 0.95

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected