المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Mapping a Web folder to a drive - C#



C# Programming
12-03-2009, 09:11 AM
Hi,
I'm working on a WebDAV Application.. I can now connect to an ip, say, http://localhost:9005/MyWeb/ by creating a web folder. I could create and delete the web folder using C# code... I could traverse my web folder thoroughly... Is it possible for me to map this web folder to a new drive (using C#) so that I can access the contents from a drive in My Computer..? A software by name NetDrive (http://www.theblog.ca/novell-netdrive) is able to do it... Pls suggest on how I can achieve this...

Thanks,
ramzg