https://d.puremagic.com/issues/show_bug.cgi?id=12391



--- Comment #1 from Jason Spashett <[email protected]> 2014-03-17 07:55:30 PDT 
---
example code:
    import std.file;
    foreach (DirEntry e; dirEntries("c:/windows", SpanMode.depth))
    {
        writeln("entry: ", e.name);
    }

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

Reply via email to