Table of Contents

Class CompareFilesPaths

Namespace
SunamoPaths
Assembly
SunamoPaths.dll

Provides helper methods for constructing file paths used in file comparison operations.

public class CompareFilesPaths
Inheritance
CompareFilesPaths
Inherited Members
Extension Methods

Methods

GetFile(CompareExt, int)

Gets the file path for a comparison file based on extension type and index.

public static string GetFile(CompareExt compareExt, int index)

Parameters

compareExt CompareExt

The file extension type for comparison.

index int

The file index number.

Returns

string

The full file path to the comparison file.