-
FileIO Stable
released this
2026-06-25 08:07:58 +10:00 | 4 commits to main since this releaseAdded the core file utilities.
- File struct
- Methods:
- readAll() ->
string - read(
bigbytes) ->string - readln() ->
string - isEOF() ->
bool - write(
stringbuffer) ->void - writeln(
stringbuffer) ->void - seek(
bigpos) ->void - tell() ->
big - flush() ->
void - close() ->
void
- readAll() ->
- Methods:
Downloads
- File struct