[][src]Function ggez::filesystem::create_dir

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

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