CombineTextFiles(string, string)

Combines two text(.txt / .dmig / .inp / .dat) files. The secondary file will be appened to the primary file

Declaration Syntax

public virtual void CombineTextFiles(string PrimaryFileName, string SecondaryFileName)

Parameters

PrimaryFileName(string)

Path of the primary matrix file on which the secondary file will be appened

SecondaryFileName(string)

Path of the secondary matrix file