Method Stdio.read_file()
- Method read_file
stringread_file(stringfilename)
stringread_file(stringfilename,intstart,intlen)- Description
Read
lenlines from a filefilenameafter skippingstartlines and return those lines as a string. If bothstartandlenare omitted the whole file is read.- See also