Lazarus – the Pascal way for files
Since Turbo Pascal, there's been a standard way to read and write data to a file. Text files. That's what I'm talking about. As a Pascal fan, I really wanted to put this method to use. Within Pascal, there are several actions you can perform with a file: read data from a file, write data to a file, rename a file, delete a file.