trying to save a file to a virtual path

Code:
   StreamWriter sw = new StreamWriter(@"\vm-extranet\c$\Inetpub\wwwroot\eclaim\Eclaim.csv");
get erro can not find path, any one know what i need to do?