• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to empty the Trash programmatically?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to empty the Trash programmatically?


  • Subject: Re: How to empty the Trash programmatically?
  • From: Jens Alfke <email@hidden>
  • Date: Fri, 16 Apr 2010 11:03:55 -0700


On Apr 16, 2010, at 10:43 AM, Paul Sanders wrote:

rm -rf ~/.Trash/*

For volumes other than the startup volume it is a little more complicated:

rm -rf /Volumes/volume_name/.Trashes/uid/*

Please don't hardcode those paths. Use system APIs like FindFolder instead to locate the trash directory for a given volume. Or better yet, ask the Finder to do it, so the user gets progress information and feedback about errors.


—Jens_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to empty the Trash programmatically?
      • From: "Paul Sanders" <email@hidden>
References: 
 >How to empty the Trash programmatically? (From: Oleg Krupnov <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Jens Alfke <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Oleg Krupnov <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Dave Keck <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Oleg Krupnov <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Graham Cox <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Jayson Adams <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: Raffael Cavallaro <email@hidden>)
 >Re: How to empty the Trash programmatically? (From: "Paul Sanders" <email@hidden>)

  • Prev by Date: Re: How to empty the Trash programmatically?
  • Next by Date: Re: How to empty the Trash programmatically?
  • Previous by thread: Re: How to empty the Trash programmatically?
  • Next by thread: Re: How to empty the Trash programmatically?
  • Index(es):
    • Date
    • Thread