SVFile
Functions to manipulate text files:
. Open
Function to open a text
file.
Function that will return a value indicating a file exists.
Function that will return a list of strings. Each string is a file name inside the folder.
. Write
Function to write a text in the file and in the end of the text DO NOT break line.
Function to write a line in the text file and in the end of the text insert a line break.
. ReadLine
Function to read the line of file in memory.
Function to read the entire file in memory.
Function to count the numbers of the line the file in memory.