Click or drag to resize

fileunitMergeFiles Method (String, IEnumerableFileInfo, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Merges the files with and/or into pathForResult file

Namespace:  imbSCI.Core.files.unit
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static fileunit MergeFiles(
	string pathForResult,
	IEnumerable<FileInfo> files,
	bool uniqueLines
)
Request Example View Source

Parameters

pathForResult
Type: SystemString
The path for result.
files
Type: System.Collections.GenericIEnumerableFileInfo
The files.
uniqueLines
Type: SystemBoolean
if set to true [unique lines].

Return Value

Type: fileunit
See Also