Opens a file descriptor to our B+ Tree storage file; it can handle already existing files as well without recreating them unless explicitly stated. @param path file path @param mode mode of opening (basically to truncate it or not) @param opt configuration reference @throws IOException is thrown wh
(String path, String mode, BPlusConfiguration opt)
source not stored for this graph (policy: none)
no test coverage detected