Dear All,<br><br>I have been using cl-store for saving and restoring my objects on Lispworks 1.6.0.01. It has been working great.<br><br>Currently I am trying to accomplish a weird goal: the first line of my saved file must be ALL human readable strings (supposed to be ASCII with a newline delimiter "\n") to end. Then the rest of the file can be the whole serialized cl-store binary data. What could be the easiest way to accomplish this using/customizing existing cl-store's APIs? (now I am thinking of *ix IO redirect utilities to break files, and sort of things, which is kind of clumsy)<br>
<br>Thanks so much for your attention and any help/suggestions are greatly appreciated!<br><br>a cl-store user<br>