List of possible compare types for the FileSystemItemComparer class.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration FileSystemItemComparerType |
| C# |
|---|
public enum FileSystemItemComparerType |
Members
| Member name | Description | |
|---|---|---|
| Name |
Compare by Name.
| |
| Length |
Compare by Length.
| |
| CreationTime |
Compare by creation date and time of the item.
| |
| LastWriteTime |
Compare by last modification date and time of the item.
| |
| LastAccessTime |
Compare by last access date and time of the item.
| |
| FileType |
Compare by type of the item (directory/file/link).
|