Underlord
Veteran Member
Posts: 1037 Reputation: 40
36 / /
Joined: Jul 2003
|
RE: RE: RE: Downloaded Files
quote: Originally posted by CookieRevised
quote: Originally posted by -!Felu!-
quote: Originally posted by NiteMare
the temp folders, or the temporary internet files folder
The Temp folder is located in \Documents and Settings\(username)\Local Settings\Temp
The Temp Internet Files is located in \Documents and Settings\(username)\Local Settings\Temporary Internet Files
Actually, that's not always the case. In fact, it quite often isn't the correct location. The correct location depends on many things. To know the correct location it is best to programmatically get the location by using a certain Windows API: SHGetSpecialFolderPath(). Other than that you can use the registry as a guide:
The Temp folder is located in the directory stated in the environment variable TEMP or TMP. This value of these environment variables can be found in the registry setting:
HKEY_CURRENT_USER\Environment
%tmp% or %temp% works
|
|