SVFile

Parent Previous Next

SVFile

Functions to manipulate text files:


.     Open

Function to open a text file.

.     FileExists

Function that will return a value indicating a file exists.


.     FindFilesName

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.


.     WriteLine

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.


.     ReadBuffer

Function to read the entire file in memory.


.     LineCount

Function to count the numbers of the line the file in memory.