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
compareExtCompareExtThe file extension type for comparison.
indexintThe file index number.
Returns
- string
The full file path to the comparison file.