open_input_file


Description:

[ Version ( since = "0.17.0" ) ]
public SeekableInputStream? open_input_file (string path) throws Error

Open an input file for random access reading.

Parameters:

this

A FileSystem.

path

The path of the input file.

Returns:

A newly created SeekableInputStream.