What's Changed?
CompareFiles Method (ICompareLogic)



KellermanSoftware.WhatsChanged Namespace > ICompareLogic Interface : CompareFiles Method
The original text file
The changed text file
Compare to text files and return the differences
Syntax
Function CompareFiles( _
   ByVal originalFilePath As String, _
   ByVal changedFilePath As String _
) As ComparisonResult
Dim instance As ICompareLogic
Dim originalFilePath As String
Dim changedFilePath As String
Dim value As ComparisonResult
 
value = instance.CompareFiles(originalFilePath, changedFilePath)

Parameters

originalFilePath
The original text file
changedFilePath
The changed text file

Return Value

A result of the comparison
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICompareLogic Interface
ICompareLogic Members