Gentee Programming Language > Documentation > Libraries Download documentation

isequalfiles

Compare two files.
 
uint isequalfiles(
      str   left,
      str   right
)

Parameters

leftThe name of the first file to be compared.
rightThe name of the second file to be compared.

Return value

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

See also

    Function working with files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.