Login  Register

Re: Apply "Substract background" to all files in subfolders

Posted by ctrueden on Jul 22, 2005; 6:01pm
URL: http://imagej.273.s1.nabble.com/Apply-Substract-background-to-all-files-in-subfolders-tp3705174p3705188.html

Hi Paxton,

>is there a function in the plugin language corresponding to "endsWith"?
>  
>

The "plugin language" is just Java, so use String.endsWith(String).

-Curtis