From cf7d5dbc2dabb2e0207da44ca92dccb30e8fabdb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 3 Mar 2015 16:41:44 +0100 Subject: recursive regexp file search. --- libs/pbd/pbd/file_utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/pbd/pbd/file_utils.h') diff --git a/libs/pbd/pbd/file_utils.h b/libs/pbd/pbd/file_utils.h index 7a9cb68318..bd22f341d8 100644 --- a/libs/pbd/pbd/file_utils.h +++ b/libs/pbd/pbd/file_utils.h @@ -117,7 +117,8 @@ find_file (const Searchpath& search_path, LIBPBD_API void find_files_matching_regex (std::vector& results, const Searchpath& paths, - const std::string& regexp); + const std::string& regexp, + bool recurse = false); /** * Find paths in a Searchpath that match a supplied filter(functor) -- cgit v1.2.3