Frage : Path.Combine mit UNC Netzweg

Hallo,

Path.Combine Arbeit nur mit relativen Wegen, als Beispiel:
string strPath1=@ " C:\ ";
string strPath2= " test.txt ";
Path.Combine (strPath1, strPath2);

But wünsche ich die gleiche Funktion von Path.Combine mit Netz Wegen als example

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

How kann ich es am besten bilden?

Can helfen Sie mir?

Regards Reiner

Antwort : Path.Combine mit UNC Netzweg

Weitere Lösungen  
 
programming4us programming4us