Click or drag to resize

UseBufferedFileStream Function (Logic)

X#
Control the buffered File IO setting for the runtime

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION UseBufferedFileStream(
	lUse AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lUse
Type: Logic
Should the buffer file IO be used ?

Return Value

Type: Logic
Previous setting for the buffered file IO
Remarks
The default behavior for X# 2.7 and later is to use Buffered Filestreams for Exclusive disk io.
With this function you can switch that behavior on and off.
See Also