Hello, \r\n \r\nI write one line of text to a file and when I looked into the file I see three chars which I did not write \r\nI see this : \r\n"D:\\....... \r\nWhere are this chars from? \r\nDo I something wrong \r\n \r\nRegards \r\n \r\nMans \r\n \r\n wFile = My.Computer.FileSystem.OpenTextFileWriter("c:\\mans.cmd", False) \r\n wFile.Write(Chr(34) & PrjSets.ApplicationPath & PlotExpPdfs & Chr(34) & " " & Chr(34) & ExpeditionWindowName & Chr(34) & " " & PrjSets.ProjPath & _ \r\n " " & PrjSets.Projectname & " " & "Temp") \r\n wFile.Close()
I write one line of text to a file and when I looked into the file I see three chars which I did not write
I see this :
"D:\.......
Where are this chars from?
Do I something wrong
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe