get_file method

get_file

Returns the stream to read from. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.

Returns

The named stream.

def get_file(self, file_name, search_subdirectories):
    ...
ParameterTypeDescription
file_namestrThe file name.
search_subdirectoriesboolIndicates whether to look for a file in subdirectories.

See Also