From ebe762d3d6300dc9a5177b800876d5a65dbe996e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Nov 2016 08:51:26 +0200 Subject: Add empty(dir_path) to filesystem --- build2/filesystem | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/filesystem') diff --git a/build2/filesystem b/build2/filesystem index 1b03c0e..325d28d 100644 --- a/build2/filesystem +++ b/build2/filesystem @@ -91,6 +91,9 @@ namespace build2 bool exists (const dir_path&); + + bool + empty (const dir_path&); } #include -- cgit v1.1