DWT build error function tango.io.FileSystem.FileSystem.toAbsolute is deprecated

Moritz Warning moritzwarning at web.de
Wed Nov 3 01:51:19 PDT 2010


On Wed, 03 Nov 2010 13:39:49 +0700, tuanhoanganh wrote:

> I am a newbie of D language and DWT.
> When i build DWT (lastest hg) and D language 1.0.65 i have a error
> "...\dwt-win\dwt\dwthelper\File.d(80): Error: function
> tango.io.FileSystem.FileSystem.toAbsolute is deprecated" How to fix it?
> Thank in advance
> 
> Tuan Hoang Anh
> I am a newbie of D language and DWT.<br>When i build DWT (lastest hg)
> and D language 1.0.65 i have a error
> "...\dwt-win\dwt\dwthelper\File.d(80): Error: function
> tango.io.FileSystem.FileSystem.toAbsolute is deprecated"<br> How to
> fix it?<br>Thank in advance<br><br>Tuan Hoang Anh<br>

Try to change tango.io.FileSystem.FileSystem.toAbsolute
to tango.io.FilePath.absolute


More information about the Digitalmars-d mailing list