0

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 a c# .net project

1 Answers1

0

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.

Nico Zhu
  • 32,367
  • 2
  • 15
  • 36