[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: writeto()
- From: kleiser@... (Jon Kleiser)
- Date: Wed, 31 Dec 1997 16:15:07 +0100
>I'm having problems with writeto().
>
>If I do:
>
> writeto(/tmp/test")
> write("hello")
> writeto()
>
>It will create the file, put nothing in it and then crash on the closing
>writeto().
>This is really odd since readfrom() works fine for me.
>
>Anyone else have this problem?
>
>Steve
I guess the missing quote in writeto(/tmp/test") is not the problem ... ;)
/Jon