Closed imagejan closed 10 years ago
Michael Schmid suggested on the ImageJ mailing list that it's better to use File.isDirectory(path) instead of endsWith(path, "/"). See http://imagej.1557.x6.nabble.com/Recursive-processing-of-a-directory-not-working-correctly-tp5007797p5007819.html
Thanks!
Please note that I am really busy working on switching Fiji to use the ImageJ2 script editor. In the process, these templates will move to imagej-legacy.
Michael Schmid suggested on the ImageJ mailing list that it's better to use File.isDirectory(path) instead of endsWith(path, "/"). See http://imagej.1557.x6.nabble.com/Recursive-processing-of-a-directory-not-working-correctly-tp5007797p5007819.html