MKI_FileIdentical (File I/O) New in Version 2026.0

www.CAD6.com

C++ Syntax

bool

MKI_FileIdentical(

 const LPCWSTR f_pszFileName1,

 const LPCWSTR f_pszFileName2 );

 

Checks whether two files have identical contents.

 

Parameters

f_pszFileName1

f_pszFileName2

[const LPCWSTR] File names of the files to be compared.

 

Return Value

Returns true if both files exist, have the same lengths, and have the same binary contents. This will not compare the files' dates!

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH