reading files from a directory

2009-11-24 Thread miriac
I'm trying to get my program to read all the files in a directory. dmd gives an errer that theis imports dont exist: tango.io.FileSystem, tango.io.FileRoots, Can someone please help me and tell me what i use to do so? thanxs M

Re: reading files from a directory

2009-11-24 Thread jcc7
== Quote from miriac (1234...@gmail.com)'s article > I'm trying to get my program to read all the files in a directory. > dmd gives an errer that theis imports dont exist: > tango.io.FileSystem, > tango.io.FileRoots, > Can someone please help me and tell me what i use to do so? > thanxs > M Did

Re: reading files from a directory

2009-11-24 Thread Jesse Phillips
miriac Wrote: > I'm trying to get my program to read all the files in a directory. > dmd gives an errer that theis imports dont exist: > tango.io.FileSystem, > tango.io.FileRoots, > Can someone please help me and tell me what i use to do so? > thanxs > M As jcc7 mentioned it sounds like you're

Re: reading files from a directory

2009-11-24 Thread miriac
Jesse Phillips Wrote: > miriac Wrote: > > > I'm trying to get my program to read all the files in a directory. > > dmd gives an errer that theis imports dont exist: > > tango.io.FileSystem, > > tango.io.FileRoots, > > Can someone please help me and tell me what i use to do so? > > thanxs > > M

Re: reading files from a directory

2009-11-25 Thread Rory McGuire
miriac <1234...@gmail.com> wrote: > Jesse Phillips Wrote: > >> miriac Wrote: >> >> > I'm trying to get my program to read all the files in a directory. >> > dmd gives an errer that theis imports dont exist: >> > tango.io.FileSystem, >> > tango.io.FileRoots, >> > Can someone please help me and

Re: reading files from a directory

2009-11-27 Thread Sam Hu
miriac Wrote: > I really do want to stick to tongo, i instaled it with the instructions in > the tongo book but i can try downlding it again and see if it works > thanks Below link contains information on how to setup Tango workspace: http://www.dsource.org/projects/tango/forums/topic/827 Hope