Click or drag to resize

openBaseopenFileFilterLines Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens the file into List of lines, where empty lines are filtered out

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static List<string> openFileFilterLines(
	string _path
)
Request Example View Source

Parameters

_path
Type: SystemString
The path.

Return Value

Type: ListString
See Also