On 4/24/13, Bart <bartjun...@gmail.com> wrote:

> So for any file searching function on Windows, this needs adjusting in
> "userland".

Turns out Windows is a bit odd:

Dir *. will show files without extension, but also files like .ext,
but then not files like .test.ext

How are we ever going to emulate that using MatchesMask?

Dir .* will show only files starting with a dot (as expected)

Bart

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to