.read path:{String} lines:{Range = Range.INFINITE} -> String
a string value of the text extracted from the file
path of the file (with extension)
range of lines to extract from the file. If not specified or infinite, the whole file is read
if lines is out of bounds