Accedi
Italia (Italiano)
Brasil (Português)
Česká republika (Čeština)
Deutschland (Deutsch)
España (Español)
France (Français)
United States (English)
Россия (Русский)
대한민국 (한국어)
中华人民共和国 (中文)
台灣 (中文)
日本 (日本語)
香港特别行政區 (中文)
Home
Library
Formazione
Download
Supporto
Community
MSDN
>
Home page del forum
>
.NET Framework Networking and Communication
>
[C#]Browsing remote directory
Formula una domanda
Cerca nei forum:
Cerca nel forum .NET Framework Networking and Communication
Cerca in tutti i forum MSDN
[C#]Browsing remote directory
venerdì 11 maggio 2007 15.07
Raoul_BennetH
0
Registrati per votare
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.
Risposta
Citazione
Tutte le risposte
venerdì 11 maggio 2007 15.49
Raoul_BennetH
0
Registrati per votare
At this time i've solved as follow:
OpenFileDialog of = new OpenFileDialog();
of.InitialDirectory = @"\\MyServer\sharedDirectory";
Risposta
Citazione
Supporto per i forum (Domande frequenti)
© 2009 Microsoft Corporation. Tutti i diritti riservati.
Gestisci il tuo profilo
|
Contattaci
|
Newsletter MSDN Flash
|
Editoriale
|
Condizioni per l'utilizzo
|
Marchi
|
Informativa sulla privacy