Re: tell app, name in string var
Re: tell app, name in string var
- Subject: Re: tell app, name in string var
- From: KOENIG Yvan <email@hidden>
- Date: Thu, 26 May 2011 18:12:09 +0200
Since the delivery of 10.6, it's bad practice to trigger OSAX features in a tell block.
tell application "Finder" exists POSIX file "/RemoteDesk/GDZ-METS/METS/Jochen.txt" end tell
by
set posixFile to POSIX file "/RemoteDesk/GDZ-METS/METS/Jochen.txt" tell application "Finder" exists posixFile end tell
Yvan KOENIG (VALLAURIS, France) jeudi 26 mai 2011 18:11:48
|
_______________________________________________
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