[Lazarus] GetAllFilesMask / AllFilesMask
Bart
bartjunk64 at gmail.com
Wed Apr 24 00:48:15 CEST 2013
On 4/24/13, Bart <bartjunk64 at 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
More information about the Lazarus
mailing list