i need to find the path of the downloads folder in the computer my software is running, i can't do something like "user\downloads" because the software might run on a computer that have a different language and then the folder name wouldn't be downloads.
i thought i could use windows registry or something like that but i haven't found an entry in there that says the path of the downloads folder.
i can also choose in what programming language i write my software to any other programming language(such as c,python or c#) if it will have a better solution.
note:it will run only on windows systems.
how can i do that?