[C#]Browsing remote directoryHi all <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19><br><br>My question is simple:<br><br>There is a server with some shared folders for some user, for ex.:<br><br>\\192.168.1.12\shared_folder\<br><br>From a c# application, i would like to be able to browse that remote directory.<br><br>Any help?<br><br><br>Many thx in advance <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19><br><br>RaouL.<br>© 2009 Microsoft Corporation. All rights reserved.Thu, 19 Jun 2008 00:15:52 Z59018b78-12a2-4e78-9677-9a4c4cf448c9http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/59018b78-12a2-4e78-9677-9a4c4cf448c9#59018b78-12a2-4e78-9677-9a4c4cf448c9http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/59018b78-12a2-4e78-9677-9a4c4cf448c9#59018b78-12a2-4e78-9677-9a4c4cf448c9Raoul_BennetHhttp://social.msdn.microsoft.com/Profile/en-US/?user=Raoul_BennetH[C#]Browsing remote directoryHi all <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19><br><br>My question is simple:<br><br>There is a server with some shared folders for some user, for ex.:<br><br>\\192.168.1.12\shared_folder\<br><br>From a c# application, i would like to be able to browse that remote directory.<br><br>Any help?<br><br><br>Many thx in advance <img height=19 alt=Smile src="http://forums.microsoft.com/MSDN/emoticons/emotion-1.gif" width=19><br><br>RaouL.<br>Fri, 11 May 2007 15:07:52 Z2007-05-11T15:07:52Zhttp://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/59018b78-12a2-4e78-9677-9a4c4cf448c9#7e47b331-a10c-4418-8317-5852fcdac9cdhttp://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/59018b78-12a2-4e78-9677-9a4c4cf448c9#7e47b331-a10c-4418-8317-5852fcdac9cdRaoul_BennetHhttp://social.msdn.microsoft.com/Profile/en-US/?user=Raoul_BennetH[C#]Browsing remote directoryAt this time i've solved as follow:<br><br>OpenFileDialog of = new OpenFileDialog();<br>of.InitialDirectory = @&quot;\\MyServer\sharedDirectory&quot;;<br>Fri, 11 May 2007 15:49:09 Z2007-05-11T15:49:09Z