Function ggez::filesystem::is_dir

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

Check whether a path points at a directory.