Is there a LocalAppData Environement Variable in Windows 2003?
- by brendan
Per this question I need to call via code the following paths:
Windows 2003:
C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Windows 2008:
C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe
Ideally I could use the environment variable %localdata%\Google\Chrome\Application\chrome.exe but this does not work for me in Windows 2003. Should it? How can I refer to this path in both systems using environment variables?