Re: Records
Re: Records
- Subject: Re: Records
- From: Emmanuel <email@hidden>
- Date: Thu, 3 Nov 2005 23:12:43 +0100
At 2:55 PM -0600 11/3/05, Luther Fuller wrote:
I'm doing this in System Events with an Info.plist file.
You can suppress an item from a record with Satimage.osax.
If you're wanting to change a plist, you could as well use
XMLLib.osax, like in:
set p to PlistOpen thepath
PlistRemoveChild p key "a"
PlistSave p
PlistClose p
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: Records (From: Luther Fuller <email@hidden>) |