Try Command Window delete
1. Bring up a command window (DOS window):
Start -> Programs -> Accessories -> Command prompt
2. At command window prompt type something like:
Del "C:\abc\ccc.xxx"
NOTE: Replance C:\abc\ccc.xxx with the absolute path of the files or folders you want to delete.
Let me know if it works.