I am not sure if this is possible, since I can’t find anything about it after several Google searches.
What I would like to do is open the event in the file dialog and allow the user to select the folder, and then store the full directory in the folder in a row. Therefore, if the user selected a folder in C: \ Windows \ Example, the directory will be stored in String fileDir = C: \ Windows \ Example;
It makes sense? Hope I'm struggling to find the answer. I do apperciate help, thanks in advance for watching and thanks if you help me :)
source
share