Frank
2013-07-12 11:48:01 UTC
Dear people,
I'm enumerating files in a directory using
FindFirstFile. If I give a pattern of "*.agx",
I get all files ending with ".agx" but also
all files ending with ".agxx". I renamed a few so
they should not be found but I can still
recognize them.
This looks like a strange behavior to me. How can I enumerate
only the ".agx"es? Of course I could check each file
name but it would be easier if only correct names were given.
TIA!
I'm enumerating files in a directory using
FindFirstFile. If I give a pattern of "*.agx",
I get all files ending with ".agx" but also
all files ending with ".agxx". I renamed a few so
they should not be found but I can still
recognize them.
This looks like a strange behavior to me. How can I enumerate
only the ".agx"es? Of course I could check each file
name but it would be easier if only correct names were given.
TIA!