* „Linie 675: The identifier 'WMEntityFolder' is not declared anywhere in the project or its dependencies. You must define it or replace it with the correct value for a folder entity as per your Windream API documentation.“ in Datei „Windream\Windream.vb“
This commit is contained in:
@@ -672,7 +672,7 @@ Public Class Windream
|
||||
oCurrentPath = Combine(oCurrentPath, oFolder)
|
||||
|
||||
If TestFolderExists(oCurrentPath) = False Then
|
||||
oFolderObject = Session.GetNewWMObjectFS(WMEntityFolder, oCurrentPath, WMObjectEditModeNoEdit)
|
||||
' TODO: WMEntityFolder is not defined. Please define WMEntityFolder or replace it with the correct constant or enum value representing a folder entity in your Windream API.
|
||||
_logger.Info($"new Folder [{oCurrentPath}] has been created!")
|
||||
End If
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user