Re: [Nant-users] Function Reference

2004-11-16 Thread Gary Feldman
>From: "Gert Driesen" <[EMAIL PROTECTED]> >Sent: Tuesday, November 16, 2004 10:41 AM > That function was indeed replaced with a task, as this task also > allows filters to be used (and the encoding to be set). While is obviously useful, why remove file::get-content? Even with the simplest task

Re: [Nant-users] Function Reference

2004-11-16 Thread Gert Driesen
Hi Shawn, That function was indeed replaced with a task, as this task also allows filters to be used (and the encoding to be set). Gert - Original Message - From: "Shawn Haigh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 4:27 P

[Nant-users] Function Reference

2004-11-16 Thread Shawn Haigh
Has the function file::get-content() been discontinued?  It’s no longer in the nightly help file http://nant.sourceforge.net/nightly/help/functions/index.html#File   Just curious…