Click or drag to resize

fileTextOperaterAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the file with lines not already contained in the file, from the specified line list

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextOperater Append(
	IEnumerable<string> lineList,
	string altPath = ""
)
Request Example View Source

Parameters

lineList
Type: System.Collections.GenericIEnumerableString
The line list.
altPath (Optional)
Type: SystemString
The alt path -- if specified it will create new file and will return operator for it

Return Value

Type: fileTextOperater
See Also