Skip to main content

mkdir_recursive

Function mkdir_recursive 

Source
pub fn mkdir_recursive(path: &PlRefPath) -> PolarsResult<()>
Expand description

Creates the directory path will be written into.

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