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

callison

macrumors member
Original poster
May 12, 2011
56
96
I downloaded a .pdf file for a class, but there is a remnant of it still on my desktop.

"*.pdf.download"

When i try to drag it to the trash it will not go, saying "The item '*.pdf.download' can't be moved to the trash because it can't be deleted"

If someone could help me delete this file or direct me to a link that would be awesome. Thanks for your time.

EC
 
it returned this:

rm: /Users/(my name)/Desktop/SOTL-publishingpg2.pdf.download: No such file or directory
 
Is the file that you're trying to delete called "*.pdf.download" or "SOTL-publishingpg2.pdf.download"?
 
Open Terminal.app (/Applications/Utilities), then type: (hit return after each line)
cd Desktop
rm -rf filename.ext


replace filename.ext with the file and extension.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.