pub fn get_dirs_recursively(
    path: &str,
    follow_links: bool,
    include_dot_files: bool
) -> Vec<String>