On C# (dotnet core) I can do the following:
string fp = GetFolderPath(SpecialFolder.LocalApplicationData, SpecialFolderOption.None); Console.WriteLine(fp);
and I get C:\User\ [username] \AppData\Local.
How do I get LocalLow? Is there some Protected Mode variable to set? I don't need to see my app data, but the data of another application.