Rick_Teller
12-03-2008, 03:42 PM
As part of an update I need to create a folder and install a file in a location that varies by Windows version. Specifically, I need to find the folder where applications write shared data. In my application, I determine this location by making a call to SHGetSpecialFolderPath, passing the value CSIDL_COMMON_APPDATA (&H23). This location resolves to different paths on XP and Vista.
My question: Does the TrueUpdate script language provide a way to determine this location directly? Failing that, is there a way to call this windows api function to determine the location?
My question: Does the TrueUpdate script language provide a way to determine this location directly? Failing that, is there a way to call this windows api function to determine the location?