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.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static FileStream GetAsciiInputFileStream(
string filename
)
Parameters
- filename String
- The filename.
Return Value
FileStreamThe stream. You are responsible for closing / disposing this stream.
See Also