Click or drag to resize

fileTextLineCollectionsaveLineContent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the content of the line.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public FileInfo saveLineContent(
	string filepath,
	getWritableFileMode mode = getWritableFileMode.overwrite
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.

Return Value

Type: FileInfo
reference to file just saved
See Also