Folder path going to documents instead of downloads

You can’t use environment variable in the application argument.
Instead use
Environment.ExpandEnvironmentVariables("%USERPROFILE%") + "\downloads"

Cheers

1 Like