Vecais Dumais Laacis bc9e030722 really thin Lua wrapper for RageFile
maybe not the best way but so far thats only one i could find which works

usage:

local f = RageFileUtil.CreateRageFile();

if f:Open("test.txt", 2) then -- 2 means write, 1 - read (from RageFile.h) maybe those need some lua enum?
        f:PutLine("test text line");
        f:Close();
end;
f:destroy();
2007-03-11 21:24:50 +00:00
S
Description
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%