Function ggez::filesystem::delete_dir

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

Deletes the specified directory in the user dir, and all its contents!