summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2018-12-17 22:31:00 -0500
committerRusty Wagner <rusty@vector35.com>2018-12-19 23:11:28 -0500
commit13c8d2edf601a0a61c5d1548b2bc66b5fab9ed78 (patch)
treef59e6d447d5497dd3e6d098a46e558e2eb377d49 /binaryninjaapi.h
parent76fd09369b6b6e728b2e38ff073ecd6b8f545fab (diff)
Add function to get path relative to main user path
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 4b8f522b..349baa79 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -588,6 +588,7 @@ namespace BinaryNinja
std::string GetPathRelativeToBundledPluginDirectory(const std::string& path);
std::string GetPathRelativeToUserPluginDirectory(const std::string& path);
+ std::string GetPathRelativeToUserDirectory(const std::string& path);
bool ExecuteWorkerProcess(const std::string& path, const std::vector<std::string>& args, const DataBuffer& input,
std::string& output, std::string& errors, bool stdoutIsText=false, bool stderrIsText=true);