Function ggez::filesystem::create_dir

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

Create an empty directory in the user dir with the given name. Any parents to that directory that do not exist will be created.