|
Here are two VIs that allow access to store and retrieve persistent data in the OS on the Mac.
CFPreferencesSetAppValue.vi
Stores a string for a given key/applicationID.
CFPreferencesCopyAppValue.vi
Retrieves a string for a given key/applicationID.
Very simple functionality.
There are no comments on this document