Function create_dir_all

Source
pub fn create_dir_all(path: &UnixStr) -> Result<()>
Expand description

Tries to create a directory at the specified path

ยงErrors

OS errors relating to file access/permissions If working without an allocator, the maximum path length is 512 bytes