PathFilter

Description

Determines which paths will be taken into account.

namespace PathFilter
{
	enum Type
	{
		All,
		ClosedOnly,
		OpenOnly
	};
}