Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 716 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 716 Bytes

file_raw

Links: marketplace (if you want) · documentation · itch.io page

This extension exposes low-level C file functions (stdio.h) to you under

file_raw_

prefix.

These allow for buffer-styled operations on files, as well as a few extras (e.g. flushing changes to a file without costly close-reopen, or reading X characters from a file as a string).

Also, in the name of performance and not spending too much time on a free extension, it does not do too much error checking, so you might be able to crash your game if you try hard enough.