Re: Scripting Finder to open a hidden . folder...
Re: Scripting Finder to open a hidden . folder...
- Subject: Re: Scripting Finder to open a hidden . folder...
- From: Jay Louvion <email@hidden>
- Date: Wed, 13 Aug 2008 18:48:15 +0200
- Thread-topic: Scripting Finder to open a hidden . folder...
Title: Re: Scripting Finder to open a hidden . folder...
On 13.08.2008 18:42, "Stranathan, Dan" <email@hidden> spake thus:
Any ideas on how to make AppleScript handle this location without complaints?
I’d personnally try throwing some good ol’ shell scripting at it
tell application "Finder" to set theFolder to choose file
set theFolder to quoted form of POSIX path of theFolder
do shell script "open " & theFolder
Best of luck,
j.
Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva
T+4122 840 3272
F+4122 840 3271
www.studiocasagrande.com
P Please consider the environment before printing this email.
_______________________________________________
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