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)
|
||||
|
||||
@@ -110,7 +110,6 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="Windream_alt.vb" />
|
||||
<Compile Include="Windream.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -134,9 +133,9 @@
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Filesystem\Filesystem.vbproj">
|
||||
<Project>{991d0231-4623-496d-8bd0-9ca906029cbc}</Project>
|
||||
<Name>Filesystem</Name>
|
||||
<ProjectReference Include="..\Base\Base.vbproj">
|
||||
<Project>{6EA0C51F-C2B1-4462-8198-3DE0B32B74F8}</Project>
|
||||
<Name>Base</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Language\Language.vbproj">
|
||||
<Project>{d3c8cfed-d6f6-43a8-9bdf-454145d0352f}</Project>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user