lua-users home
lua-l archive

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


> return fh and md5.sumhexa(io.open(fname,"rb"):read(10485760)) or nil

Try using read("*a").