diff OrthancFramework/Sources/HttpServer/IWebDavBucket.h @ 4227:7fff7e683d65

basic implementation of WebDAV handler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Oct 2020 10:55:24 +0200
parents 7bd5eab3ba25
children c8c0bbaaace3
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/IWebDavBucket.h	Sun Oct 04 13:23:53 2020 +0200
+++ b/OrthancFramework/Sources/HttpServer/IWebDavBucket.h	Mon Oct 05 10:55:24 2020 +0200
@@ -152,6 +152,8 @@
     {
     }
 
+    virtual bool IsExistingFolder(const std::vector<std::string>& path) = 0;
+
     virtual bool ListCollection(Collection& collection,
                                 const std::vector<std::string>& path) = 0;