lua-users home
lua-l archive

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


> I'm trying to use io.lines() to read lines from a file which contains \0
> characters.

Then the file is not a text file and has no notion of lines. So io.lines
does not necessarily work.