diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-12-17 22:31:00 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-12-19 23:11:28 -0500 |
| commit | 13c8d2edf601a0a61c5d1548b2bc66b5fab9ed78 (patch) | |
| tree | f59e6d447d5497dd3e6d098a46e558e2eb377d49 /binaryninjaapi.h | |
| parent | 76fd09369b6b6e728b2e38ff073ecd6b8f545fab (diff) | |
Add function to get path relative to main user path
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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); |
