On Thu, 14 Oct 2010 18:07:20 +0000, Moritz Warning wrote: > Ok, > > as I've found out, FileScan is only for locating a set of files. the > preferred way is to use the virtual file system (VFS): > > http://dsource.org/projects/tango/wiki/ChapterVFS > > Examples: > http://www.dsource.org/projects/tango/wiki/VfsZipAndLinesExample > http://dsource.org/projects/tango/browser/trunk/doc/example/vfs/vfscan.d > http://dsource.org/projects/tango/browser/trunk/doc/example/vfs > > But I think FilePath.toList() > is enough for your plans.
I'll take a look at it. Thank all three of you, I got it working with toList() :-) Regards qwesx
