Sorry if my question is bad or repeat,
in https://github.com/luugiathuy/Java-Download-Manager i cannot found variabel to setting detination folder, and how to add a dialog to save file to local directory/destination
sorry my english is bad
Sorry if my question is bad or repeat, in https://github.com/luugiathuy/Java-Download-Manager i cannot found variabel
Share
You can use the following method to achieve your requirement:
public Downloader createDownload(URL verifiedURL, String outputFolder)So your code would have something like this:
Downloader.getInstance().createDownload([url],[folder_location_path])