i am currently making a program, which downloads files from gerrit automatically. however i tried to make the program full automatically, but could not find out how to make ie object to download a file automatically without pressing download file popups. i tried so many ways to make it happen, but couldn't solve it. so i just gave up this way and choose to make program that user should press download button manually.
now i got new problem.
this program should open newly downloaded file and don't know how to get newly downloaded filepath from ie object.
after clicking download file button in ie, how can i get recently downloaded filepath from ie object in C#?? could someone tell me how?