Skip to content

Commit

Permalink
Complete the fix for issue 8302.
Browse files Browse the repository at this point in the history
The original fix (e6621da) missed the
second variant of std.file.dirEntries.
  • Loading branch information
H. S. Teoh committed Jan 4, 2013
1 parent 655452e commit 3d56ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions std/file.d
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,9 @@ unittest
should be treated as directories and their contents
iterated over.
Throws:
$(D FileException) if the directory does not exist.
Examples:
--------------------
// Iterate over all D source files in current directory and all its
Expand Down

0 comments on commit 3d56ea1

Please sign in to comment.