Skip to main content

mkdir_recursive

Function mkdir_recursive 

Source
pub fn mkdir_recursive(path: &PlRefPath) -> Result<(), PolarsError>
Available on crate feature polars-io only.
Expand description

Creates the directory path will be written into.

Does nothing for paths with a scheme; object stores have no directories to create.