Re: Finder open ... using...
Re: Finder open ... using...
- Subject: Re: Finder open ... using...
- From: Adam Bell <email@hidden>
- Date: Thu, 28 Dec 2006 10:18:40 -0400
Title: Re: Finder open ... using...
You can find the path using Spotlight. Note that the embedded
quotes will search on name only rather than content:
set SkTgP to
POSIX file (do shell script "mdfind
\"SimpleTag.app\"")
At 10:30 AM +0100 12/28/06, Tomas Larsson wrote:
Hi!
I have a problem with open ... using ... when scripting the
Finder.
I have created a folder action that opens the files that are added to
the folder in a certain application
This is what I've got:
on adding folder items to this_folder after receiving these_items
set the_application to choose application as
alias
tell application
"Finder"
open
these_items using the_application
end tell
end adding folder items to
This works fine, but I want to open the files in a specific
application, called Simpletag.
Is there a way of doing that without knowing the exact path to where
Simpletag is installed?
Cheers,
tomas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list
(email@hidden)
Help/Unsubscribe/Update your Subscription:
>esscable.net
Archives:
http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden