Pytanie : Path.Combine z UNC sieć ścieżka

Cześć,

Path.Combine praca tylko z względny ścieżka, jako przykład:
string strPath1=@ " C:\ ";
string strPath2= " test.txt ";
Path.Combine (strPath1, strPath2);

But I chcieć the ten sam funkcja Path.Combine z sieć Ścieżka jako example

string strPath1=@ " \ \ 127.0.0.1 \ ";
string strPath2=@" \ test \ test.txt " ;
Path.Combine (strPath1, strPath2);

How móc i ono najlepszy?

Can ty pomagać?

Regards Reiner

Odpowiedź : Path.Combine z UNC sieć ścieżka

Inne rozwiązania  
 
programming4us programming4us