登录
中华人民共和国 (中文)
Brasil (Português)
Česká republika (Čeština)
Deutschland (Deutsch)
España (Español)
France (Français)
Italia (Italiano)
United States (English)
Россия (Русский)
대한민국 (한국어)
日本 (日本語)
台灣 (中文)
香港特别行政區 (中文)
主页
技术资源库
学习
下载
支持
社区
Microsoft 开发人员网络
>
论坛主页
>
.NET Framework Networking and Communication
>
[C#]Browsing remote directory
提出问题
搜索论坛:
搜索所有 MSDN 论坛
[C#]Browsing remote directory
2007年5月11日 15:07
Raoul_BennetH
0
登录进行投票
Hi all
My question is simple:
There is a server with some shared folders for some user, for ex.:
\\192.168.1.12\shared_folder\
From a c# application, i would like to be able to browse that remote directory.
Any help?
Many thx in advance
RaouL.
回复
引用
全部回复
2007年5月11日 15:49
Raoul_BennetH
0
登录进行投票
At this time i've solved as follow:
OpenFileDialog of = new OpenFileDialog();
of.InitialDirectory = @"\\MyServer\sharedDirectory";
回复
引用
是否需要论坛助手?(常见问题)
© 2009 Microsoft Corporation 版权所有。
个人信息中心
|
法律信息
|
MSDN Flash 中心
|
联系我们
|
保留所有权利
|
商标
|
隐私权声明