Function ggez::filesystem::is_file

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

Check whether a path points at a file.