G Guest Dec 19, 2005 #1 I need to get the list of shared folder ofthe system, with their shared name. Please give the API or code to get the same using c#
I need to get the list of shared folder ofthe system, with their shared name. Please give the API or code to get the same using c#
I Ignacio Machin \( .NET/ C# MVP \) Dec 19, 2005 #2 Hi, You can either use WMI or the NetShareEnum API, IIRC in code project htere is a wrapper for this
I Ignacio Machin \( .NET/ C# MVP \) Dec 19, 2005 #3 HI, I just found it; http://www.codeproject.com/csharp/networkshares.asp