Under Vista when you call GetTempFilePath files get created in: C:\Users\User\AppData\Local\Temp\
Does anyone know where they get created under XP?
Under Vista when you call GetTempFilePath files get created in: C:\Users\User\AppData\Local\Temp\
Does anyone know where they get created under XP?
It depends where the temporary folder is configured:
echo %TEMP%
Usually it is:
C:\Documents and Settings\username\Local Settings\Temp
You need to get the value of environment variable %TEMP%. You can find that under My Computer - > Properties -> Advanced -> Environment Variables