Function is_existing_path
Source pub fn is_existing_path<T: Debug + Display>(arg_string_path: &T) -> bool
Expand description
Returns bool is path is a directory
§Arguments
- arg_string_path: string-like path
§Examples
let result = is_existing_path( &“/A/B/C/D” );