open_input_stream


Description:

[ Version ( since = "0.17.0" ) ]
public InputStream? open_input_stream (string path) throws Error

Open an input stream for sequential reading.

Parameters:

this

A FileSystem.

path

The path of the input stream.

Returns:

A newly created InputStream.