OpenTextReader()

Function that opens a file as a text file for reading purposes.

OpenTextReader(filename,encoding)

Opens filename as a text file for reading purposes, using the encoding specified as a string (UTF-8, ISO-8859-1, etc.). The function returns a TextReader object.

filename

String that represents the name of the file to open.

Examples

 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM