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

Method getDirectory

ij/src/main/java/ij/VirtualStack.java:402–404  ·  view source on GitHub ↗

Returns the path to the directory containing the images.

()

Source from the content-addressed store, hash-verified

400
401 /** Returns the path to the directory containing the images. */
402 public String getDirectory() {
403 return IJ.addSeparator(path);
404 }
405
406 /** Returns the file name of the specified slice, where {@literal 1<=n<=nslices}. */
407 public String getFileName(int n) {

Callers 3

openAsSeparateImagesMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

addSeparatorMethod · 0.95

Tested by

no test coverage detected