Function ggez::filesystem::open

source ·
pub fn open<P: AsRef<Path>>(ctx: &Context, path: P) -> GameResult<File>
👎Deprecated since 0.8.0: Use ctx.fs.open instead
Expand description

Opens the given path and returns the resulting File in read-only mode.