FilesIsEqualBasicInfo(String, String) 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,
string pathB
)
Public Shared Function IsEqualBasicInfo (
pathA As String,
pathB As String
) As Boolean
- pathA String
- File path A.
- pathB String
- File path B.
Boolean if the basic information of the modification date and length is the same; otherwise,
.