Why does (gci c:\ddd).count
on an Empty folder not return 0 but "nothing"
I just get an Error "You cannot call a method on a null-valued expression." When my count-condition does not match.
What do i need to "get" the zero to prevent the exception?