[][src]Function ggez::filesystem::open

pub fn open<P: AsRef<Path>>(ctx: &mut Context, path: P) -> GameResult<File>

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