Skip to main content

mkdir

Macro mkdir 

Source
macro_rules! mkdir {
    ($path:expr) => { ... };
}
Expand description

Fire-and-forget create_dir_all — logs errors via trace_error! and swallows them. Prefer [try_mkdir!] when callers need to short-circuit.