Login  Register

Re: UNSUBSCRIBE IMAGE J

Posted by Katherine Strissel on Jul 01, 2010; 1:31pm
URL: http://imagej.273.s1.nabble.com/getFileList-tp3687759p3687761.html

Rasband, Wayne (NIH/NIMH) [E] wrote:

> On Jun 30, 2010, at 4:32 PM, GAUTAM SHANKAR wrote:
>
>  
>> Hi,
>>
>> I'm writing a plugin, I would like to use getFileList() method
>> in my program.
>>
>> Other methods I am able to use such as ... IJ.getDirectory
>> ("Choose a directory");
>>
>> But this doesnt work for getFileList().
>>
>> Where can I find this method at?
>>    
>
> You need to use the list() method of the File class:
>
>     http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html#list()
>
> -wayne
>