|  | This document is archived and information here might be outdated. Recommended version. | 
Checks to see if the indicated file passes the filter.
[Visual Basic .NET]
Public Function Filter ( _
    ByVal FilePath As String _
) As Boolean
[C#]
public bool Filter (
    string FilePath
);