This commit is contained in:
Jonathan Jenne
2018-11-22 11:44:33 +01:00
parent 7b2ae3abc3
commit 0073fee1f9
14 changed files with 51 additions and 602 deletions

View File

@@ -20,10 +20,6 @@ Imports ProtoBuf
''' The Path to save/load the container
''' </params>
''' <example>
'''
'''
'''
'''
''' dim oContainer = Container.Create(logConfig, "pass", "E:\some.container")
''' dim oContainer = Container.Load(logConfig, "pass", "E:\some.container")
'''
@@ -116,6 +112,10 @@ Public Class FileContainer
_inner.Extension = Extension
End Sub
Public Function GetFile() As FileContainerInner
Return _inner
End Function
Public Sub Save()
If IsNothing(_path) Then
Throw New ArgumentException("Path not set")