* „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:
Developer01
2025-12-29 14:38:35 +01:00
parent d74fe29763
commit ad7a96b3a8

View File

@@ -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