public enum QuickIOFileCompareCriteria : Enum
Options for file compare. You can select multiple flags or use All for all options
All
All options will be verified
public const QuickIOFileCompareCriteria All
Constant Value
ByteLength
Compares length of file (without checking the content!)
public const QuickIOFileCompareCriteria ByteLength
Constant Value
Content
Compares the contents. Requires read access.
public const QuickIOFileCompareCriteria Content
Constant Value
TimestampCreated
Compares timestamp of file creation
public const QuickIOFileCompareCriteria TimestampCreated
Constant Value
TimestampLastAccessed
Compares timestamp of file last accessed to
public const QuickIOFileCompareCriteria TimestampLastAccessed
Constant Value
TimestampLastWritten
Compares timestamp of file last written to
public const QuickIOFileCompareCriteria TimestampLastWritten
Constant Value
TimestampsAll
Compares all timestamps
public const QuickIOFileCompareCriteria TimestampsAll
Constant Value
QuickIOFileCompareCriteria()
Options for file compare. You can select multiple flags or use All for all options
public void QuickIOFileCompareCriteria()