FilesIsEqualBasicInfo(String, DateTime, Int64) Method

Indicates whether the basic information of the modification date and length is the same.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsEqualBasicInfo(
	string pathA,
	DateTime lastWriteTimeB,
	long lengthB
)

Parameters

pathA  String
File path A.
lastWriteTimeB  DateTime
File B modification date.
lengthB  Int64
File length B.

Return Value

Boolean
if the basic information of the modification date and length is the same; otherwise, .

See Also