Case sensitive glob?

Hi,

I found that Ruby dir glob (Dir[".EXT"]) is case sensitive even on
Windows machine. This means, "
.EXT" will NOT match “file.ext”. However
if I use File.open, it is not.

I wonder why the Dir matching is case sensitive whilt the operating
system’s convention is not…

Regards,
Shannon