Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

grim103

macrumors member
Original poster
Dec 17, 2009
43
0
USA
I have a downloaded application file on my desktop that whenever i try to delete it says "The operation can’t be completed because the item “sixtyforce” is in use." It was an N64 emulator. What can i do to force delete this? or make it stop being used? Thanks :apple:
 
terminal?

sudo rm ~/Desktop/sixtyforce.app = poof!

tried that "no such file or directory" yet it says its still in use in my trash! and restarts dont work either... :apple:

That command works if the file is on your Desktop, but not if it’s in your trash, and not if it’s seen as a directory (which a .app package will be in the Terminal).

Try this:

Code:
sudo rm -R [drag sixtyforce into the window here]

Don’t include the brackets themselves, just after the -R (and make sure you include a space) drag the file directly into the Terminal window. That will fill in the path to it automatically.

Of course, make sure you tried the early suggestion of restarting first, that usually clears up those issues.

jW
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.