DPaquin Posted December 1, 2018 Posted December 1, 2018 Hello, I've been doing some search on how to Get the content of a plist file within FileMaker Pro and the only information I am getting are links on "Where is FileMaker plist preference path located". I have been able to perform this action in using "Perform AppleScript...." Are there another way then using "Perform AppleScript"? tell application "System Events" to tell property list file ("Volumes:NO NAME:NX5U.plist") set value of property list item "EventNo" to "44" end tell Many THANKS!
comment Posted December 1, 2018 Posted December 1, 2018 It depends. There are several kinds of plist files. The XML kind can be imported using a custom XSLT stylesheet. Do a search on these forums for "plist", with Fenton as the author, to find some examples.
Recommended Posts
This topic is 2183 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now