[SOLVED] weird file that won't delete: ␀␀␀␀␀.?␀

Joined
Sep 7, 2008
Messages
10
Reaction score
0
Hi - I've got an odd file that won't delete from my recycle bin.

When i copy the name and paste, it comes up like this: ␀␀␀␀␀.?␀

All a bit odd for a relative mac noob like me. Can anyone offer any advice please as to what it is, and how I can get rid of it?

Thanks

Neil
 
Joined
Sep 2, 2007
Messages
452
Reaction score
2
Re: weird file that won't delete: ␀␀␀␀␀.?␀

Have you tried quitting all applications and then trying to delete the file? You might even end up having to re-start your Mac in order to be able to delete that file.

Another alternative is to try to use the option to Secure Empty Trash (right under the Empty Trash entry in the Finder menu).

.
 
A

Abomination

Hi - I've got an odd file that won't delete from my recycle bin.

When i copy the name and paste, it comes up like this: ␀␀␀␀␀.?␀

All a bit odd for a relative mac noob like me. Can anyone offer any advice please as to what it is, and how I can get rid of it?

Thanks

Neil

You can also try to use Terminal to delete everything in the trash.

Open up Terminal, then in the prompt, type:
Code:
cd .Trash
Then hit enter and type:
Code:
rm -rf *
Hit enter again.

Be careful when using these commands because everything in the trash will be deleted without warning. Hope that helps.

- A
 
Joined
Sep 7, 2008
Messages
10
Reaction score
0
Re: weird file that won't delete:

You can also try to use Terminal to delete everything in the trash.

Open up Terminal, then in the prompt, type:
Code:
cd .Trash
Then hit enter and type:
Code:
rm -rf *
Hit enter again.

Be careful when using these commands because everything in the trash will be deleted without warning. Hope that helps.

- A

fantastic - that did it! many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top