mikeoro@hubcap.UUCP (Michael K O'Rourke) (02/16/89)
I am trying to use an STR resource to store user preferences for an application.I know that I could create a user preference file or write to the data fork of the application, but I'd rather not. I discovered, however, that there doesn't seem to be any easy way to write back to a resource. I can read easily from an STR resource, but not write. Does anyone know how to do this. If not with STR resources then with any other kind of resource? I just need to store boolean values(0/1) and integers less than 256. Michael O'Rourke