RE: [Nant-users] Replace strings in an file

2005-01-28 Thread Gert Driesen
ag 28 januari 2005 9:22To: nant-users@lists.sourceforge.netSubject: [Nant-users] Replace strings in an file Hallo,   is there any possibility to replace some string expressions in a text-file. With task loadfile I just can replace some strings and read the file in a property.

[Nant-users] Replace strings in an file

2005-01-28 Thread Frank Striegel
Hallo,   is there any possibility to replace some string expressions in a text-file. With task loadfile I just can replace some strings and read the file in a property. But I need some replaces in a file on the hd and not in memory.   Thanks Frank