pub fn is_file<T: Debug + Display>(arg_string_path: &T) -> bool
Returns bool is path is a directory
let result = is_file( &“/A/B/C/D” );