diff Core/SystemToolbox.h @ 2933:4a38d7d4f0e0

new class: OrthancConfiguration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2018 17:08:48 +0100
parents ad0e7def3338
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/SystemToolbox.h	Tue Nov 13 17:50:03 2018 +0100
+++ b/Core/SystemToolbox.h	Tue Nov 27 17:08:48 2018 +0100
@@ -105,5 +105,8 @@
     MimeType AutodetectMimeType(const std::string& path);
 
     void GetEnvironmentVariables(std::map<std::string, std::string>& env);
+
+    std::string InterpretRelativePath(const std::string& baseDirectory,
+                                      const std::string& relativePath);
   }
 }