$get = EnvGet ("localappdata")
MsgBox(0,'',$get)
For windows Vista and 7 it shows up as
C:\Users\Administrator\AppData\Local
For XP its blank
Is there any other way to get to
Vista/7
C:\Users\Administrator\AppData\Local
XP
C:\Documents and settings\Administrator\Local settings\Application Data
using envget without having to use
If @OSVERSION = "WIN_XP" Then
Elseif @OSVERSION = "WIN_7" Then
Elseif @OSVERSION = "WIN_Vista" Then
see ? this is to much
thanks in advance