The plist class for REALbasic allows you to easily maintain an Apple-standard plist preferences file in your REALbasic application. With a wealth of methods to aid you, you can easily maintain plist files from the simple to the complex. The preferences are kept in memory. Therefore, when your application quits, just call the Save method and the preferences will be saved - it's that easy!
- Several Get methods for getting data
- Several Set methods for setting data
- Append methods for dealing with arrays
- Parent/child structure patterned after the FolderItem class
What's new in this version:
# [bug] When plist encountered an empty dict, it would stop parsing. This has been fixed.
# [bug] Multiple linebreaks between opening and closing tags weren't being read properly. This has been fixed. Follow the link and
free download plist Class for REALbasic now.
DETAILS