special-folders

python – Finding the user's "Downloads" folder

python – Finding the user's "Downloads" folder Question: I already found this question that suggests to use os.path.expanduser(path) to get the user’s home directory. I would like to achieve the same with the “Downloads” folder. I know that this is possible in C#, yet I’m new to Python and don’t know if this is possible …

Total answers: 6