diff --git a/Windream/Windream.vb b/Windream/Windream.vb index fd132f8b..128f9639 100644 --- a/Windream/Windream.vb +++ b/Windream/Windream.vb @@ -1120,7 +1120,7 @@ Public Class Windream End If ' 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. - 'Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder) + Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder) If LockObject(oWMFolder) = False Then _logger.Warn("Folder {0} could not be locked", FolderPath)