Click or drag to resize

saveBasesaveToEndOfFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends new content on the end of the file

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool saveToEndOfFile(
	this IEnumerable<string> xmlLines,
	string _path
)
Request Example View Source

Parameters

xmlLines
Type: System.Collections.GenericIEnumerableString
The XML lines or what ever String content part
_path
Type: SystemString
Filepath to save onto

Return Value

Type: Boolean
TRUE on success

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also