aboutsummaryrefslogtreecommitdiff
path: root/build2/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'build2/filesystem')
-rw-r--r--build2/filesystem3
1 files changed, 3 insertions, 0 deletions
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 <build2/filesystem.txx>