How to get dynamic download folder

i want to get dynamic download’s folder path. but my download folder is not in C:\ drive

Hello @mu_nazza ,

If you download a folder there willl be a default path. you can use that path to get the other child folder paths. Hope this is what you are looking for

You can use Directory.GetDirectories(“Parent folder path”)

actually i m set my browser download’s folder from C:\download to d:\downlods.
how can i accsses my downloads path dynamically