browse network directory
-
how brwose network directory?
-
how brwose network directory?
-
You mean you want to programmatically browse a network drive? Or you want to map a network drive thru your program?
when i do browse network shared folder through coding. then open dialog box they ask me username and password. but i dont' like this, (may be this due to anti virus install in both the pc) i have user name and password. now but i want to create exe in C#.net that fix user name and password and connect network pc.
-
when i do browse network shared folder through coding. then open dialog box they ask me username and password. but i dont' like this, (may be this due to anti virus install in both the pc) i have user name and password. now but i want to create exe in C#.net that fix user name and password and connect network pc.
-
string path = @"\\192.168.1.16\Docoments"; if (System.IO.Directory.Exists(path)) { } else { }
-
string path = @"\\192.168.1.16\Docoments"; if (System.IO.Directory.Exists(path)) { } else { }