UseBufferedFileStream Function (Logic) | |
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
public static bool UseBufferedFileStream(
bool lUse
)
Request Example
View SourceParameters
- lUse
- Type: Logic
Should the buffer file IO be used ?
Return Value
Type:
LogicPrevious 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