FilesIsEqualBasicInfo(String, DateTime, Int64) Method
Indicates whether the basic information of the modification date and length is the same.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsEqualBasicInfo(
string pathA,
DateTime lastWriteTimeB,
long lengthB
)
Public Shared Function IsEqualBasicInfo (
pathA As String,
lastWriteTimeB As DateTime,
lengthB As Long
) As Boolean
- pathA String
- File path A.
- lastWriteTimeB DateTime
- File B modification date.
- lengthB Int64
- File length B.
Boolean if the basic information of the modification date and length is the same; otherwise,
.