pub fn dir_create(path: &str) -> Result<Void, FileError>
Create a directory
path
Result<Void, FileError>