Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to compare files? 1

Status
Not open for further replies.

mbh27

Programmer
Joined
Jun 15, 2004
Messages
23
Location
GB
Is there an existing function that can compare two text files on disk? (I just need to know if they're identical). If not, I can write a routine myself but don't want to do this unnecessarily.
 

if filetostr("a.txt") == filetostr("b.txt")



nigel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top