I have a script that downloads a file and then does some sorting with the data in the file different users use their own downloads directory my example being that I actually use a Dropbox Folder as my default windows downloads folder so I can share files between work and home easily. (I have moved my default downloads directory into Dropbox using the properties dialog when you right click on the downloads folder in windows) so I have the need to figure out how to get that download file directory info Currently using Selenium and Chromium to perform the download action
Changing the actual download location is not an option..period
I tried using glob to pull the system downloads folder, but it always returns the C:\Users\Username\Downloads directory.... which is wrong in my case and many other users cases