jj
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user