Click or drag to resize

openBaseopenFile Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens the file into List of lines

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

Parameters

_path
Type: SystemString
The path.

Return Value

Type: ListString
See Also