windows - Creating a shared folder using C# -
i've spent last few days scouring site looking answer problem, need create folder , make shared networked folder, i've tried several different sample code snippets different sites
http://www.sarampalis.org/articles/dotnet/dotnet0002.shtml (this link dead)
but none seem allow folder shared
if of it'd aprriciated
i did follow link have in question.
i have win 7 professional + vs.net 2010 professional dev environment on laptop.
i took code article , fired devenv , executed code. code executed without error. when looked @ created directory dont see share icon on folder indeed shared. how can check that: open command prompt type "net share" , press enter see list folder c:\mytestshare share name "my test share"
one more way find out whether shared or not right click on folder , @ sharing tab. check network path label. show shared path.
hope helps you. lohith
Comments
Post a Comment