Re: trouble with finder
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
|
_______________________________________________
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