Directory.GetFileSystemInfos(string) returns non-matching files.
I'm using the follow command to get a list of FileSystemInfo's IList<FileSystemInfo> requestFiles = new List<FileSystemInfo>( _RequestDirectory.GetFileSystemInfos(GetSearchPatern())); Get search pattern returns "*.exr". The list still includes files that end with ".exr2", but does not include thos...