Closed Crare closed 1 year ago
I can see you can do: FileBrowser.AddQuickLink( "Users", "C:\Users", null );
but how do you add a sub folder of the user logged in or so? I can see there is already sub folder Documents which is actually: C:\Users\\Documents
this won't work of course: FileBrowser.AddQuickLink( "Pictures", "C:\Pictures", null );
This might be what you're looking for: Environment.GetFolderPath(Environment.SpecialFolder.MyPictures)
Environment.GetFolderPath(Environment.SpecialFolder.MyPictures)
I can see you can do: FileBrowser.AddQuickLink( "Users", "C:\Users", null );
but how do you add a sub folder of the user logged in or so? I can see there is already sub folder Documents which is actually: C:\Users\\Documents
this won't work of course: FileBrowser.AddQuickLink( "Pictures", "C:\Pictures", null );