Click or drag to resize

AsciiImporterGetAsciiInputFileStream Method

Helper function. Gets an FileStream by providing a file name. The stream is opened with read access and with the FileShare.Read flag.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static FileStream GetAsciiInputFileStream(
	string filename
)

Parameters

filename  String
The filename.

Return Value

FileStream
The stream. You are responsible for closing / disposing this stream.
See Also