It seems something changed on newer Windows versions where the WNetEnumResource
(net view) doesn’t show much of anything. Yet you can go to Windows explorer and open the network tree item and the items show.
WNet* being network independent seems like it should be the trouble free way to access any network in Windows and functions like WNetEnumResource
should just work, but it’s not. Is there some new function to use?
TIA!!