Using File.IO.Move()

Home Page Forums BizTalk 2004 – BizTalk 2010 Using File.IO.Move()

Viewing 1 reply thread
  • Author
    Posts
    • #16993
      varA = "c:\\temp\\folder\\output\\file12345.dat"
      varB = "c:\\temp\\folder\\error\\file12345.dat"
      File.IO.Move(varA, varB);
      
      When i try to use above code within an orchestration I get an error saying, 
      Inner exception: Illegal characters in path.
      
      It works if i hard code the location strings. Is there anything I am missing 
      out on?
      
      Thanks...rp
    • #17032

      Have you tried this: varA = @"c:\temp\folder\output\file12345.dat"; ?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.