From a9323d9ccb4a1dccaf5c62bfc7db0c22c9011c61 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:25 -0500 Subject: Use zix_current_path() --- src/filesystem.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/filesystem.h') diff --git a/src/filesystem.h b/src/filesystem.h index db6114e..d2f14b6 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -7,10 +7,6 @@ bool lilv_path_is_child(const char* path, const char* dir); -/// Return the current working directory -char* -lilv_path_current(void); - /** Return `path` relative to `base` if possible. @@ -37,10 +33,6 @@ lilv_path_parent(const char* path); char* lilv_path_filename(const char* path); -/// Return true iff `path` points to an existing directory -bool -lilv_is_directory(const char* path); - /** Visit every file in the directory at `path`. -- cgit v1.2.1