Function create_parent_dir_all

Source
pub fn create_parent_dir_all(file: &Path) -> Result<(), SolcError>
Expand description

Creates the parent directory of the file and all its ancestors if it does not exist.

See fs::create_dir_all().