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
|