Module macroquad::file[][src]

Cross platform files management functions.

Structs

FileError

Functions

load_file

Load file from the path and block until its loaded Will use filesystem on PC and do http request on web

load_string

Load string from the path and block until its loaded. Right now this will use load_file and from_utf8_lossy internally, but implementation details may change in the future