Click or drag to resize

fileTextInMemoryBlockssaveFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the content grom the blocks into file, on the specified file path.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void saveFile(
	string filepath,
	bool filterEmptyLines = true
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
filterEmptyLines (Optional)
Type: SystemBoolean
if set to true it will exclude empty lines
See Also