RE: [Nant-users] Delim value for End of Line

2005-09-23 Thread Tony_Bjerstedt
try               see the documentation, but it will save need to supply a delimiter. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert SmithSent: Friday, September 23, 2005 1:53 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Delim value for End

[Nant-users] Delim value for End of Line

2005-09-23 Thread Robert Smith
What would I use for the value in the foreach delim when I want the full line until the CRLF of the file I just read in via loadfile?   file="AssemblyInfo.cs " property="Assembly.Info.File" />            Thanks,   ~Robert