You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a node has an empty name, then I get an error if I get the value of INode.Name.
Example:
[...].Where(Function(g) g.Type = NodeType.Directory AndAlso g.Name.StartsWith("U-"))
I want all INodes wich Type is Directory and the Name starts with "U-". But if a node hasn't a name, i get an error).
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I think i should post this as issue.
When a node has an empty name, then I get an error if I get the value of INode.Name.
Example:
[...].Where(Function(g) g.Type = NodeType.Directory AndAlso g.Name.StartsWith("U-"))
I want all INodes wich Type is Directory and the Name starts with "U-". But if a node hasn't a name, i get an error).
Thanks
The text was updated successfully, but these errors were encountered: