How to open a folder like this but without the c:\users pragmatically?
Here's folder, which I want to open.
![]()
Is there any way to bypass the shell folders without the c:\users?
Here's the code that I have so far.
But I do not go as I open the shell folders using this code.
There is not no thoughts How can open these folders without the use of c:\users.
Any help would benefit me.
Thank you in advance.
Here's folder, which I want to open.

Is there any way to bypass the shell folders without the c:\users?
Here's the code that I have so far.
But I do not go as I open the shell folders using this code.
Code:
Dim open As String = "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
Process.Start(open)Any help would benefit me.
Thank you in advance.