Macro create_dir_if_not_exists

Source
macro_rules! create_dir_if_not_exists {
    ($dir_path:expr) => { ... };
}