Important: The information in this document is obsolete and should not be used for new development.
Saving and Loading Script Data
TheOSAStore
function takes a script ID and returns a copy of the corresponding script data in the form of a storage descriptor record. You can then save the script data as a resource or write it to the data fork of a document. TheOSALoad
function takes script data in a storage descriptor record and returns a script ID.
Subtopics
- OSAStore
- OSALoad