[][src]Function i18n_build::util::create_dir_all_if_not_exists

pub fn create_dir_all_if_not_exists<P: AsRef<Path>>(
    path: P
) -> Result<(), PathError>

Create any of the directories in the specified path if they don't already exist.