简体   繁体   English

如何在Windows10快速访问C#中获取所有目录的列表

[英]How do you get a list of all directories in Windows10 Quick Access c#

I'm trying to get a list of all directories in Windows 10 Quick Access. 我正在尝试获取Windows 10快速访问中所有目录的列表。

by directories, I mean the string(directory) that can be used with 按目录,我的意思是可以使用的字符串(目录)

foreach (var p in directories)
   {var d = new DirectoryInfo(directory);}

this is ac# .net project 这是一个ac#.net项目

Derive from this case . 这种情况派生。 Currently there is no such api that provide to access Quick Access visual folder programmatically . 当前尚没有提供以编程方式访问Quick Access可视文件夹的api。

If you have a platform capability or API suggestion, please continue to post them to the Windows platform developer UserVoice site . 如果您有平台功能或API建议,请继续将它们发布到Windows平台开发人员UserVoice网站 Please note that Microsoft will be updating this site to reflect the new capabilities of Windows 10. 请注意,Microsoft将更新此站点,以反映Windows 10的新功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 以编程方式获取已安装的应用程序可执行文件列表(Windows10,C#) - Programmatically get list of installed application executables (Windows10, C#) C#在Windows上,如何获取已安装程序目录的列表 - C# On windows, how to get a list of installed programs' directories 如何在IIS 10上使用C#Razor获取Windows用户域/用户名? - How do you get Windows user domain/username with C# Razor on IIS 10? 在默认浏览器 (C#) Windows10 的列表中显示自己的应用程序 - Show own app in list for default browser (C#) Windows10 如何在C#中的Windows10中显示有关Windows服务的状态更改(启动或停止)的气泡通知 - How to show bubble notification on status change (Start or stop) of windows service in windows10 in C# 点击事件处理程序C#Windows10 - tapped event handler c# windows10 C# - 检查 Windows10 上是否安装了 UWP 应用 - C# - Check if a UWP app is installed on Windows10 如何获取所有驱动器目录 C# - How to get all drives directories C# 如何制作一个快速程序,该程序遍历C#Windows Form应用程序中的列表? - How do I make a quick program which goes through a list in a C# Windows Form Application? 如何获取目录和子目录的列表C#WPF - How to get a list of directories and sub directories C# WPF
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM