简体   繁体   中英

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.

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

Derive from this case . Currently there is no such api that provide to access Quick Access visual folder programmatically .

If you have a platform capability or API suggestion, please continue to post them to the Windows platform developer UserVoice site . Please note that Microsoft will be updating this site to reflect the new capabilities of Windows 10.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM