diff --git a/Windream/Windream.vb b/Windream/Windream.vb index 4b2f0bc0..ef94b804 100644 --- a/Windream/Windream.vb +++ b/Windream/Windream.vb @@ -1186,6 +1186,7 @@ Public Class Windream ' TODO: WMEntityAttribute is not defined. Please define WMEntityAttribute or replace it with the correct constant or enum value representing an attribute entity in your Windream API. Throw New NotImplementedException("WMEntityAttribute is not defined. Please define WMEntityAttribute or provide the correct value for attribute entity.") + Dim oWMObject As WMObject = GetFileByPath(Path) If oWMObject Is Nothing Then _logger.Warn("Could not find document {0}", Path) Return False