How can I read the locations in C# / .NET? Any idea on how to find the current settings, below are details and where I have looked?
Currently I'm using Win 10 - Visual Studio 2019 - version 16.11.26 (some of the listings of folders are a little different between versions. I'm hoping they are all the same to read though)
When you open "Options", then go to "Project and Solutions", then to "Locations" You get a list of folder locations, where things are stored or created.
- Project location:
- User project template location:
- User item template location:
I'm looking to get what these folder values are in C#.
I have looked in the registry under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio (and all the subfolders)
Nothing seems to be in C:\Users(username)\AppData under
Roaming\Visual Studio Setup\
Local\
LocalLow