|
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