I am using below code to open url and download something from this url. After that downloaded file should be save in my path mentioned in second parameter.But by this code when i perform download, the download file saved on browser default setting path. How to save download file to my own path.
Program.launch(url,my path);