• 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: Any way to delete a busy file?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any way to delete a busy file?


  • Subject: Re: Any way to delete a busy file?
  • From: JJ <email@hidden>
  • Date: Tue, 30 Jan 2001 18:06:09 +0100

Have you tried Jon's Commands?

This is a dropplet

on open (fileList)
try
repeat with thisFile in fileList
tell application "Finder" to deleteFile thisFile with unlocking
without safety net -- Jon's Commands
end repeat
on error
end try
try
repeat with thisFile in fileList
moveFile thisFile to the trash
tell application "Finder" to empty trash -- Standard Additions
end repeat
on error
end try
end open


  • Prev by Date: Re: line breaking and indenting
  • Next by Date: Re: WWW?sdoc - how do I read PATH_INFO variable?
  • Previous by thread: Re: a Smile, Script Debugger, Scripter
  • Next by thread: Re: WWW?sdoc - how do I read PATH_INFO variable?
  • Index(es):
    • Date
    • Thread