EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

isequalfiles

Check if files are equal. The function compares two files.

func uint isequalfiles (
   str left,
   str right
)

Parameters

left The name of the first file to be compared.
right The name of the second file to be compared.

Return value

The function returns 1 if the files are equal, otherwise it returns 0.

Related links

Source