summaryrefslogtreecommitdiffstats
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
index b43e394..09b8b5f 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -77,6 +77,10 @@ lilv_path_canonical(const char* path);
bool
lilv_path_exists(const char* path);
+/// Return true iff `path` points to an existing directory
+bool
+lilv_is_directory(const char* path);
+
/**
Copy the file at path `src` to path `dst`.