Functions to work with text files: reading, writing, editing, line counting, etc.

 

AddLineToFile

add a line at the end of a text file;

GetTextFileLinesCount

get the number of strings of a specified text file;

LoadLineFromFile

get a string with a specified number from a text file;

LoadTextFromFile

download a text from a file to the variable;

SaveTextToFile

save the text to a file in a specified encoding.