Fix filesystem refs
This commit is contained in:
@@ -13,6 +13,7 @@ Imports WMOTOOLLib
|
||||
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.Language
|
||||
Imports DigitalData.Modules.Base
|
||||
|
||||
''' <module>Windream</module>
|
||||
''' <version>0.0.0.2</version>
|
||||
@@ -97,7 +98,7 @@ Public Class Windream
|
||||
#Region "Private Properties"
|
||||
Private ReadOnly _logger As Logger
|
||||
Private ReadOnly _logConfig As LogConfig
|
||||
Private ReadOnly _fileSystem As Filesystem.File
|
||||
Private ReadOnly _fileSystem As FilesystemEx
|
||||
Private ReadOnly _sessionDomain As String
|
||||
Private ReadOnly _sessionPassword As String
|
||||
Private ReadOnly _sessionUsername As String
|
||||
@@ -149,7 +150,7 @@ Public Class Windream
|
||||
' Create logger and save LogFactory for dependent classes
|
||||
_logger = LogConfig.GetLogger()
|
||||
_logConfig = LogConfig
|
||||
_fileSystem = New Filesystem.File(LogConfig)
|
||||
_fileSystem = New FilesystemEx(LogConfig)
|
||||
|
||||
' Create a session
|
||||
Dim oSession As IWMSession2 = NewSession(SessionServerName, SessionUserName, SessionPassword, SessionDomain)
|
||||
@@ -584,9 +585,7 @@ Public Class Windream
|
||||
''' changes the archive end date
|
||||
''' </summary>
|
||||
''' <param name="wmfilepath">WM Filepath</param>
|
||||
''' <param name="date_period">number/count of period (if </param>
|
||||
''' <param name="date_unit">date_unity (d,m,y or day(s),month(s),years(s)</param>
|
||||
''' <param name="dateFrom_value">dateFrom_value</param>
|
||||
''' <param name="oArchUntil">number/count of period (if </param>
|
||||
''' <returns>Returns true when date was set, false if not</returns>
|
||||
''' <remarks></remarks>
|
||||
Public Function NewLifecycle_PeriodTEST(ByVal wmfilepath As String, ByVal oArchUntil As String)
|
||||
|
||||
Reference in New Issue
Block a user