FileSystemItemComparerType Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
List of possible compare types for the FileSystemItemComparer class.
Syntax
public enum FileSystemItemComparerType
Fields
Name | Description |
---|---|
CreationTime | Compare by creation date and time of the item. |
FileType | Compare by type of the item (directory/file/link). |
LastAccessTime | Compare by last access date and time of the item. |
LastWriteTime | Compare by last modification date and time of the item. |
Length | Compare by Length. |
Name | Compare by Name. |