lua-users home
lua-l archive

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


On Fri, Mar 23, 2012 at 10:56 PM, ernie wrote:

> Is there an easy way to make a C string look like a read-only file object
> (file:lines(), file:read(), file:seek())?  Might not be too much to
> implement from scratch, but wondering if someone's already seen this.


See:
  http://luaforge.net/projects/memoryfile/


 - Jeff