Returns the path to the directory containing the images.
()
| 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) { |
no test coverage detected