Function easy_paths::is_file

source ·
pub fn is_file<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_file( &“/A/B/C/D” );