brn2ski00
macrumors 68020
instead of putting it into the trash, open up a terminal and do the rm command.
> rm filename
if that does not work do this..
>rm -rf filename
and if that doesn't work, try this command:
Code:
rm -r *
JUST KIDDING - dont do that!