[Issue 7264] Can't iterate result from 4-arg dirEntries as string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 10 00:26:25 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7264



--- Comment #1 from Mike Parker <aldacron at gmail.com> 2012-01-10 00:26:25 PST ---
Sorry for the copy-paste error. The first example should have been this:

---
foreach (string name; dirEntries(".", SpanMode.breadth))
{
    writeln(name);
}
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list