Re: Batch Process Subfolders with individual Results

Posted by G. Esteban Fernandez on
URL: http://imagej.273.s1.nabble.com/Batch-Process-Subfolders-with-individual-Results-tp5005992p5005994.html

Try path=getDirectory("image") to get the path to the active image. There's
also a getPath function that will work, might be File.getPath(). Then use
setResult("Label", row, path) to change the Results table to print the
path; row is an integer that refers to the row in the Results table you
want to modify. You must first activate the option to print the Label, in
Analyze > Set Measurements, for this to work.

-Esteban

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html