• 0.1.0 78d81dc260

    FileIO Stable

    SpookyDervish released this 2026-06-25 08:07:58 +10:00 | 4 commits to main since this release

    Added the core file utilities.

    • File struct
      • Methods:
        • readAll() -> string
        • read(big bytes) -> string
        • readln() -> string
        • isEOF() -> bool
        • write(string buffer) -> void
        • writeln(string buffer) -> void
        • seek(big pos) -> void
        • tell() -> big
        • flush() -> void
        • close() -> void
    Downloads