lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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