pub fn create_parent_dir_all(file: &Path) -> Result<(), SolcError>
Creates the parent directory of the file and all its ancestors if it does not exist.
file
See fs::create_dir_all().
fs::create_dir_all()