I have an ASP.Net Core application, and for the current purposes I\'ve got to use LocalAppData.
Usually I would write Environment.GetFolderPath(Environment.Spe
Environment.GetFolderPath(Environment.Spe
Try this:
Environment.GetEnvironmentVariable("LocalAppData");
ps: tested on windows