everyone this is the answer to this. I've come to think that this folder is placed by bad coding in softwares that write
%userprofile%\app data\temp
when they mean to write
%appdata%\temp
The former gives C:\Documents and Settings\User\App data\Temp in XP which is correct; in Vista and newer though it gives the folder in question.
The correct usage (the second code box) Resolves to the correct folder for vista plus: C:\Users\User\App Data\Roaming\temp
It is akin to finding C:\TEMP in XP
for now add it to the custom includes, if you want figure out what software is using it and ask them to fix their mistake
Though it is odd that they wouldn't use %temp% so maybe I'm wrong ![:wacko:]()
This is a custom made cleaner, so it depends on the path entry that the user has put.
So any path the user put, it'll clean if there is no such path, there will not be any alert to tell the user that path does not exist.
anyhow, I just remembered something,
There are three other things you have to know if you are going to use CCleaner:
Firstly,
CCleaner DOES NOT clean files that are currently in use.
which makes you sometimes to delete the files manually.
For instance,
if you try to do a custom clean for iTunes temp files on this path:
%APPDATA%\Apple Computer\Logs\
and you chose to Include files and subfolders.
it won't clean it, unless you kill all iTunes related processes.
Because the files will be in use by iTunes processes. So shutting them down will do the trick.
Secondly, in custom cleaner, sometimes *.log, *.tmp .etc doesn't work.
why ? simply, because the name of temp files sometimes contain dots before the original source.
Example : temporaryfile.o124.tmp
Unfortunately, some programs now use this method to keep those files alive, "Like iTunes Temporary files".
CCleaner read the source type from the first DOT.
So in our example, CCleaner will not catch the file IF we just customized the search to *.tmp
because it will read the source as .o124 not as .tmp.
In this case you either make the custom clean to clean all files ( *.* ) OR you do this clean manually.
Finally, there is another thing you should consider while cleaning.
CCleaner comes with a default option to only delete files in Windows Temp folders older than 24 hours.
So if you want to completely delete everything without leaving anything behind.
You have to uncheck that option which you can find it on Options > Advanced
then uncheck "Only delete files in Windows Temp folders older than 24 hours".
I hope it'll be useful,