FileNameFilter

Description

Represents the type of the file name filter.

namespace FileNameFilter
{
	enum Type
	{
		Wildcard,
		Regex
	};
}