Can someone explain to me why the
first result in my result set is being returned?
?System.io.Directory.GetFiles(strFolder, "*0?0*.vb")
{Length=4}
(0): "C:\Inetpub\wwwroot\TestPath\PF\Reports\ReportWeekendingPayroll.aspx.vb"
(1): "C:\Inetpub\wwwroot\TestPath\PF\Reports\ReportSSItemResolutionMI0703.aspx.vb"
(2): "C:\Inetpub\wwwroot\TestPath\PF\Reports\ReportSSItemResolutionMI0704.aspx.designer.vb"
(3): "C:\Inetpub\wwwroot\TestPath\PF\Reports\ReportSSItemResolutionMI0704.aspx.vb"
Also, if I use a filter of *050*.vb, I still get a result back for the first item.
Changing the 5 to anything else and I don't get that first item back.