Click or drag to resize

fileTextInMemoryBlocksloadFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the file from filepath and splits it into fileTextInMemoryBlockUnits

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void loadFile(
	string filepath,
	int __blockSize = -1
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath to load
__blockSize (Optional)
Type: SystemInt32
Size of the block, if -1 it will use standard block size as defined by: standardBlockSize.
See Also