Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Comparison for .NET 23.4

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 224.84MB
  • Date Added:
  • 27/4/2023

Description

This contains the MSI installer of GroupDocs.Comparison for .NET

File Details

Compare File Directory Folders

This 23.4 version of the API release introduces the feature of fodler comaprison that allows the C#, .NET App developers to compare the content of multiple folders / file directories and then display the result of the comparison in HTML or TXT formats.

If you will compare two folders using GroupDocs.Viewer for .NET API then it will highlight the difference in content of the compared folders in the following terms:

  • deleted files
  • inserted files
  • non-modified files, etc.

You can also also apply color-coding to various types of changes in order to enhance the user experience of the resultant folder comparison output.

Example C# Code to compare two folders using API

using System;
using GroupDocs.Comparison;
using GroupDocs.Comparison.Options;
class YoursProgram
{
  static void Main(string[] args)
  {
      CompareOptions compareOptions = new CompareOptions
      {
          DirectoryCompare = true,
      };
      Comparer comparer = new Comparer("C:\\Folder_1", compareOptions);
      comparer.Add("C:\\Folder_2", compareOptions);
      comparer.Compare("C:\\Folder_to_save_result\\", compareOptions);
  }
}

Source

Result in HTML

Result in HTML

Result in TXT

Result in TXT

This API feature can be a great addition to your file / folder directory monitoring Apps.

For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Comparison for .NET 23.4.

 English