C# 获取系统Downloads路径

一、添加Microsoft.WindowsAPICodePack-Shell的Nuget包

二、引用using Microsoft.WindowsAPICodePack.Shell;

三、使用方法

string downloadsPath = KnownFolders.Downloads.Path;
原文地址:https://www.cnblogs.com/duhaoran/p/14419769.html