open_file_stream method

open_file_stream

Opens an existing file stream. If file stream does not exist the appropriate exception is thrown.

Returns

The file stream container.

def open_file_stream(self, file_location):
    ...
ParameterTypeDescription
file_locationstrThe file location.

See Also