Pergunta : Path.Combine com o trajeto de rede de UNC

Olá!, trabalho do

Path.Combine somente com trajetos relativos, como o exemplo:
string strPath1=@ " C:\ ";
string strPath2= " test.txt ";
Path.Combine (strPath1, strPath2); o

But eu quero a mesma função de Path.Combine com os trajetos de rede como o example

string strPath1=@ " \ \ 127.0.0.1 \ “; do teste do
string strPath2=@” \ \ test.txt ";
Path.Combine (strPath1, strPath2); o

How pode mim fazê-lo melhor? o

Can você ajuda-me?

Regards Reiner
class= do

Resposta : Path.Combine com o trajeto de rede de UNC

Outras soluções  
 
programming4us programming4us