Hi,
Could you please help me how can I develop a code which Opens the “Downloads” folder in windows explorer?
Hi,
Could you please help me how can I develop a code which Opens the “Downloads” folder in windows explorer?
Hi,
There are couple of ways doing it.
Try this one.
Use Start process activity.
In file name pass this “C:\WINDOWS\explorer.exe”
In argument pass download folder path “C\Users\Downloads”
Hi Erika,
You can open window explorer and in that type into the full path of the your download folder in your local machine.
Thanks
Girish