Listing available network shares  
Author Message
Scottzxcv





PostPosted: .NET Framework Networking and Communication, Listing available network shares Top

Doing a vb.net project.  I use directory.getlogicaldrives to get the local drives on a machine.  Is there a way to similarly get all the available network shares (i.e. like my network places shows)

  I want to search for certain documents across a local network (typically a home network) and catalog them all.  Thanks.



.NET Development15  
 
 
Mike Flasko





PostPosted: .NET Framework Networking and Communication, Listing available network shares Top

check out this page: http://www.codeproject.com/dotnet/WNetAPI.asp

 
 
Abiheiri





PostPosted: .NET Framework Networking and Communication, Listing available network shares Top

I wish their was an eaiser example....