Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error if Name of a Node is empty (INode.Name) #52

Closed
Pilzinsel64 opened this issue Mar 7, 2017 · 0 comments
Closed

Error if Name of a Node is empty (INode.Name) #52

Pilzinsel64 opened this issue Mar 7, 2017 · 0 comments

Comments

@Pilzinsel64
Copy link

Pilzinsel64 commented Mar 7, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants