[Issue 4006] dirEntries won't span subdirectories

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 24 11:39:10 PST 2012


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


Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com


--- Comment #2 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2012-02-24 11:39:06 PST ---
Well I know why it fails on Windows... so damn simple :)
dirEntries returns paths with backslashes on Windows which is expected for this
OS anywa., So, of course, regex fails to find Hello/there/you hence the
assertion.

-- 
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