Tom - Thanks for the pointer to storable. Think that
is what I need for this current operation.
And Chas - Thanks for the pointer to csv. I knew of
it, though never used it. I did not know it would escape
the delimiter, but of course that makes perfect sense!
I think there is some author that is a
On Jan 7, 2008 8:17 PM, Dale Mosby <[EMAIL PROTECTED]> wrote:
> I am trying to think of a good way to write to a file
> a path/filename along with some additional data,
> and then read it back later. While this is strictly
> Linux now, I would like the code to work across
> platforms if possible.
>
On Jan 7, 2008 5:17 PM, Dale Mosby <[EMAIL PROTECTED]> wrote:
> I am trying to think of a good way to write to a file
> a path/filename along with some additional data,
> and then read it back later. While this is strictly
> Linux now, I would like the code to work across
> platforms if possible.