Login  Register

Re: Dialog.create not working when using toolbar

Posted by tankhead on Jan 11, 2011; 5:55pm
URL: http://imagej.273.s1.nabble.com/Dialog-create-not-working-when-using-toolbar-tp3686021p3686023.html

Wayne,

Thanks for the help!  When using the following code to take in a whole folder I am unable to see the files in the folder.  I was wondering if there was a way to bring in a folder while still being able to see the files from within the folder the user is selecting.

dir=getDirectory("Choose a  Source Directory ");  
list = getFileList(dir);        

Thanks,
-Dan