Is there any Dialog that all user to select "file" wise as well as "folder"
-
Is there any Dialog that all user to select "file" wise as well as "folder" wise as per user choice
here i am able to select folder with getExistingDirectory ( .....) give me
on other side -- getOpenFileNames (.....) allow me to select only file.
here i want such a dialog that is able for both type of selection file wise and folder wise
-
Not really sure what you want to achieve?
Think you need to write your own dialog is you want to combine the get file and get directory standard dialogs.
greetz