I need to programmatically access via a button click, the Quick Access folder on Windows 10.
I haven't figured what is it's phisical location if it has, or it's alias or symlink.
I know that the method to access any desired folder is the use of explorer.exe and use the desired folder as an argument when invoking the method. This is not my issue and is not the point of this question.
The point of this question is to know which is Windows 10 QuickAccess absolutepath, to use it as an argument within the process.Start method to open the QuickAccess location the same way on does by clicking Windows File Explorer.
Process.Start(@"explorer.exe");