Acess Downloads Folder

Hello @AbnerLojacorr,

The activity GetEnvironmentFolder gets the path to the specified system special folder.

If the download folder has not been renamed you can get its path with Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+“\Downloads” or
Environment.ExpandEnvironmentVariables(“%USERPROFILE%\Downloads”).

For more information, please go through this link:
https://www.codeproject.com/articles/878605/getting-all-special-folders-in-net

Regards,
Susana

11 Likes