#include #include std::vector find_all_files(std::string filesystem_path); std::vector find_all_folders(std::string filesystem_path); std::vector find_all_files_and_folders(std::string filesystem_path);