From 8c321554b1ea0c81efdea5e0921b6f391708d721 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 28 Apr 2017 13:03:59 +0300 Subject: Add follow_symlinks parameter to path_search() --- butl/filesystem | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'butl/filesystem') diff --git a/butl/filesystem b/butl/filesystem index 4e0395c..0f0c71c 100644 --- a/butl/filesystem +++ b/butl/filesystem @@ -558,7 +558,8 @@ namespace butl const std::function&, - const dir_path& start = dir_path ()); + const dir_path& start = dir_path (), + bool follow_symlinks = true); } #include -- cgit v1.1