bc9e030722ff39485b309a5bdbb63a753970db3c
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();
Description
Languages
C++
85.7%
Lua
4.3%
C
4.3%
Rich Text Format
2.3%
CMake
1.1%
Other
2%