diff options
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index d9019897..fbac440d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -4872,6 +4872,7 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI int BNDeleteDirectory(const char* path, int contentsOnly); BINARYNINJACOREAPI bool BNCreateDirectory(const char* path, bool createSubdirectories); BINARYNINJACOREAPI bool BNPathExists(const char* path); + BINARYNINJACOREAPI char* BNGetParentPath(const char* path); BINARYNINJACOREAPI bool BNIsPathDirectory(const char* path); BINARYNINJACOREAPI bool BNIsPathRegularFile(const char* path); BINARYNINJACOREAPI bool BNFileSize(const char* path, uint64_t* size); |
