<div dir="ltr">To clarify, this is in agreement with D docs, but I'm not sure this is what makes most sense.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Oct 20, 2013 at 6:49 PM, Timothee Cour <span dir="ltr"><<a href="mailto:thelastmammoth@gmail.com" target="_blank">thelastmammoth@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">I was hoping std.path.globMatch distinguished single * (non-recursive) vs double ** (recursive) </div>
<div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
so that:</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">"a1/a2/a3.txt".globMatch("*/a3.txt") returns false</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">

"a1/a2/a3.txt".globMatch("**/a3.txt") returns true</div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">as in good shells (and python 3.4 IRRC) but it's not the case. </div>

<div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">Is that intended?</div></div>
</blockquote></div><br></div>