登入
台灣 (中文)
Brasil (Português)
Česká republika (Čeština)
Deutschland (Deutsch)
España (Español)
France (Français)
Italia (Italiano)
United States (English)
Россия (Русский)
대한민국 (한국어)
中华人民共和国 (中文)
日本 (日本語)
香港特别行政區 (中文)
首頁
文件庫
學習園地
下載
支援
社群
MSDN
>
論壇首頁
>
.NET Framework Networking and Communication
>
[C#]Browsing remote directory
發問
搜查論壇:
搜尋所有 MSDN 論壇
[C#]Browsing remote directory
2007年5月11日 下午 03: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日 下午 03:49
Raoul_BennetH
0
登入以投票
At this time i've solved as follow:
OpenFileDialog of = new OpenFileDialog();
of.InitialDirectory = @"\\MyServer\sharedDirectory";
回覆
引述
需要協助使用論壇嗎?(常見問題集)
© 2009 Microsoft Corporation. 著作權所有,並保留一切權利。
管理您的個人檔案
|
與我們連絡
|
電子快訊
|
使用規定
|
商標
|
隱私權聲明