CompareTextFiles Method (SystemFunctions)

Action

Compares two text files lexicographically.

Syntax

bCompare = CompareTextFiles (lhs, rhs)
Variable Description
bCompare True if the bitmaps are equal, false otherwise. Boolean.
lhs The path to the first file. Can be either an absolute path or a path relative to the current working directory. String.
rhs The path to the second file. Can be either an absolute path or a path relative to the current working directory. String.