Function get_file_list_recursively

Source
pub async fn get_file_list_recursively(
    dir_path: &str,
    is_add_path: bool,
) -> Result<LinkedList<String>, Error>