• 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: trouble with finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trouble with finder


  • Subject: Re: trouble with finder
  • From: Christopher Stone <email@hidden>
  • Date: Sat, 5 Feb 2011 11:46:25 -0600

On Feb 05, 2011, at 10:33, tom wible wrote:
nevermind, i found a workaround:
set f to (POSIX file ppath)
tell application "Finder" to move f to trash
______________________________________________________________________

Hey Tom,

The Finder is not especially enamored of posix paths.

When reasonable use aliases or alias lists.

# This produces an alias list:

set f to choose file file with multiple selections allowed

# The Finder *loves* alias lists

tell application "Finder"
move f to the trash
end tell


--
Chris
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >trouble with finder (From: tom wible <email@hidden>)

  • Prev by Date: Re: trouble with finder
  • Next by Date: Re: trouble with finder
  • Previous by thread: trouble with finder
  • Next by thread: Re: trouble with finder
  • Index(es):
    • Date
    • Thread