Click or drag to resize

FileFilterType Enumeration

FileFilter Enumerator

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public enum FileFilterType
Members
  Member nameValueDescription
None0 The none
Equals1 The equals
StartsWith2 The starts with
EndsWith3 The ends with
Contains4 The contains
DateFilterToday5 All files with todays date
DateBefore6 All files prior to "filter" date/time
DateAfter7 All files After "filter" date/time
DateEquals8 The date equals
See Also