delete filetypes in a folder and all it subfolders

I like to delete all files with extension .~pas

in a map that has submaps.

as I have seen in this forum this could be done by changing the ini file to look

like this:

D:/map/*.~pas|RECURSE

But it seems that there is no cleaning in the submaps.

please advice me. :(:(:(

I like to delete all files with extension .~pas

in a map that has submaps.

as I have seen in this forum this could be done by changing the ini file to look

like this:

D:/map/*.~pas|RECURSE

But it seems that there is no cleaning in the submaps.

please advice me. :(:(:(

Similar problem here.

Odly enough the RECURSE feature works for the folder D:\software for me (subfolders scanned and cleaned), but not (for example) for the Windows folder or for Program Files. As there is nothing that I\the user can change, is this a Windows problem or a CC bug?

Similar problem here.

Odly enough the RECURSE feature works for the folder D:\software for me (subfolders scanned and cleaned), but not (for example) for the Windows folder or for Program Files. As there is nothing that I\the user can change, is this a Windows problem or a CC bug?

Hello user4,

Welcome to the forums. :D

Please provide more detail showing exactly what you are specifying.

Provide a snapshot or listing of your ini. file.

:) davey

The path should look like this... D:\map|*.~pas|RECURSE

| - means you want to clean something in that folder.

*.* - means delete every file in that folder.

|RECURSE - will delete subfolders and everything with them. Must be followed after *.*. Example: %ProgramFiles%\Yahoo!\Messenger\Profiles|*.*|RECURSE

|REMOVESELF ? will delete folder and everything in it. Must be followed after *.*. Example: %ProgramFiles%\Yahoo!\Messenger\Profiles|*.*|REMOVESELF

http://www.ccleanerbeginnersguide.com/scr/winapp2.htm