I have my application log file stored in the project directory. For better UI experience I want to put a button in my java application which says "Export Log files". I want to read from an existing file on a disk and allow it to be saved by user anywhere he wants so he won't have to go searching for the log files.
How is it possible to do it? I tried to Google but the result of these keyword searches doesn't show the links I would be interested in.