Click or drag to resize

openBaseopenFile Method (String, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens the file -- without exception if file not found. Sets out params: fileFound if exists and fileEmpty if zero lines loaded

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,
	out bool fileFound,
	out bool fileEmpty
)
Request Example View Source

Parameters

_path
Type: SystemString
The path.
fileFound
Type: SystemBoolean
if set to true [file found].
fileEmpty
Type: SystemBoolean
if set to true [file empty].

Return Value

Type: ListString
See Also