Re: FindFirstFile and underscore
From: Ulrich Korndoerfer (ulrich_wants_nospam_at_prosource.de)
Date: 08/10/04
- Next message: Ulrich Korndoerfer: "Re: FindFirstFile and underscore"
- Previous message: Ulrich Korndoerfer: "Re: FindFirstFile and underscore"
- In reply to: Donald Lessau: "Re: FindFirstFile and underscore"
- Next in thread: Schmidt: "Re: FindFirstFile and underscore"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Aug 2004 19:02:06 +0200
Hi,
Donald Lessau wrote:
>
> Just another pro-Like point (I'm becoming a fan): there's also something
> nice in Like's case-sensitivity: suppose you want to find all files "K*.*"
> but not "k*.*" -- you can't do that with PathMatchSpecW!
There is much more you cannot do with PathMatchSpec. Like pattern syntax
is much more expressive. Eg. think of "[m,n]xyz" etc.
PathMatchSpec sticks to a special interpretation of patterns suitable
for (DOS) file system items. Like does not prejudge. It does pattern
matching on sequences of characters. Nothing more, nothing less.
-- Ulrich Korndoerfer VB tips, helpers, solutions -> http://www.proSource.de/Downloads/
- Next message: Ulrich Korndoerfer: "Re: FindFirstFile and underscore"
- Previous message: Ulrich Korndoerfer: "Re: FindFirstFile and underscore"
- In reply to: Donald Lessau: "Re: FindFirstFile and underscore"
- Next in thread: Schmidt: "Re: FindFirstFile and underscore"
- Messages sorted by: [ date ] [ thread ]