summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index ce6680f2..d9019897 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4876,6 +4876,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI bool BNIsPathRegularFile(const char* path);
BINARYNINJACOREAPI bool BNFileSize(const char* path, uint64_t* size);
BINARYNINJACOREAPI bool BNRenameFile(const char* source, const char* dest);
+ BINARYNINJACOREAPI char* BNGetParentPath(const char* path);
BINARYNINJACOREAPI const char* BNGetFileName(const char* path);
BINARYNINJACOREAPI const char* BNGetFileExtension(const char* path);
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);