I just realized that I need to move some files from folder x to C:\Documents and Settings\{User}\Local Settings\Application Data\ and NOT to C:\Documents and Settings\{User}\Application Data
I can't for the life of me figure out how to get the path for this folder! In searching, I've come across a bunch of convoluted stuff (re: CSIDL_LOCAL_APPDATA) that supposedly works in VB -- but not in VBScript (which I'm running in WSH).
Has anyone else run into this problem? Does anyone have any solutions? If not, I suppose I can hack at the non-local version and fake it, but I'd rather not...thanks in advance!
I can't for the life of me figure out how to get the path for this folder! In searching, I've come across a bunch of convoluted stuff (re: CSIDL_LOCAL_APPDATA) that supposedly works in VB -- but not in VBScript (which I'm running in WSH).
Has anyone else run into this problem? Does anyone have any solutions? If not, I suppose I can hack at the non-local version and fake it, but I'd rather not...thanks in advance!