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 nameDescription
Supported by the .NET Compact FrameworkName
Compare by Name.
Supported by the .NET Compact FrameworkLength
Compare by Length.
Supported by the .NET Compact FrameworkCreationTime
Compare by creation date and time of the item.
Supported by the .NET Compact FrameworkLastWriteTime
Compare by last modification date and time of the item.
Supported by the .NET Compact FrameworkLastAccessTime
Compare by last access date and time of the item.
Supported by the .NET Compact FrameworkFileType
Compare by type of the item (directory/file/link).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also