FilesIsEqualBasicInfo(String, String) 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,
	string pathB
)

Parameters

pathA  String
File path A.
pathB  String
File path B.

Return Value

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

See Also