Re: why this error under 10.2: Expected expression but found "property"
Re: why this error under 10.2: Expected expression but found "property"
- Subject: Re: why this error under 10.2: Expected expression but found "property"
- From: Michelle Steiner <email@hidden>
- Date: Tue, 28 Aug 2007 09:50:35 -0700
On Aug 28, 2007, at 9:25 AM, Fares BELHAOUAS wrote:
tell application "System Events"
tell property list file pListpath
<snip>
does anyone know why ?
I thin, but am not sure, that the property list suite was added only
in 10.4.
BTW, instead of this:
set pListpath to "/Users/User1/Library/Preferences/" &
"com.apple.internetconfigpriv.plist"
You can use this instead:
path to preferences folder as text &
"com.apple.internetconfigpriv.plist"
-- Michelle
--
You can not change the world without perforce changing yourself.
_______________________________________________
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