Function tiny_std::fs::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