In Windows 10 or possibly lesser windows versions, there is a 'quick access' icon that shows up when you have documents folder open on the left side. I just want to get the names of each item in that 'quick access' list and put it .ToList();, how do I do this?
PS, I'm not trying to add a folder to quick access like the other answered questions in these links:
Is it possible programmatically add folders to the Windows 10 Quick Access panel in the explorer window?
How to programmatically add a folder to Favorites in Windows File Explorer
I'm trying to get the names of each item on that panel, not add folders to it.