get_file_content method

get_file_content

Returns the raw content of the specified file. Throw FileNotFoundException if the specified file is not existing.

Returns

def get_file_content(self, file_name):
    ...
ParameterTypeDescription
file_namestr

See Also