Login  Register

Re: help for a beginner in plugin with the ImageJ source code (use of macro functions)...

Posted by dscho on May 17, 2010; 1:36pm
URL: http://imagej.273.s1.nabble.com/help-for-a-beginner-in-plugin-with-the-ImageJ-source-code-use-of-macro-functions-tp3688273p3688277.html

Hi,

On Mon, 17 May 2010, Paul Dufouleur wrote:

> Thank you for your help last time, but I have still some problem for
> using functions described in ij.macro.Functions.java like the method
> "getFileList" that I used in macro language. Can someone show me how to
> use them (is there an other way than finding those functions in some
> other class?)?

http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#list()

Hth,
Johannes