Function ethers_solc::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 std::fs::create_dir_all()