C# 获取系统Downloads路径
一、添加Microsoft.WindowsAPICodePack-Shell的Nuget包

二、引用using Microsoft.WindowsAPICodePack.Shell;

三、使用方法
string downloadsPath = KnownFolders.Downloads.Path;
一、添加Microsoft.WindowsAPICodePack-Shell的Nuget包

二、引用using Microsoft.WindowsAPICodePack.Shell;

三、使用方法
string downloadsPath = KnownFolders.Downloads.Path;