I have used swing directory chooser to select input directory for my application to process.
But if I select a particular directory, for example..
c:/Desktop/user/documents/myfolder
filechooser.getcurrentDirectory() returns only "c:/Desktop/user/documents/".
Why? Can anyone say why this is happening?
