Function foundry_compilers::utils::create_parent_dir_all
source · pub fn create_parent_dir_all(file: impl AsRef<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()
.