Search found 1 match

by Bergdoktor
09 Apr 2020, 12:02
Forum: Help
Topic: Can't find a constant for %LOCALAPPDATA%
Replies: 4
Views: 18917

Re: Can't find a constant for %LOCALAPPDATA%


edit:
I found another workaround of adding my own variable using the
HKEY_CURRENT_USER\Volatile Environment::LOCALAPPDATA registry
and using "<AppData>\..\Local" as the default value, but I still feel like a native <LocalAppData> variable would be warranted.

p.s. I also don't know if my new ...