Macro rusty_cute_macros::is_dir [] [src]

macro_rules! is_dir {
    ($path:expr) => { ... };
}

Macro to check if given path/string belongs to directory.

Returns false if no such directory exists or cannot access it.