EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

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