File Handling is the ability to write and read information from a physical drive, such as a floppy disc, or the hard drive. Being able to read and write information can become very usefull in the world of programming. Files . So to help you through the the world of file handeling, here is my instructioal web page.
First of all, here is the info on how to open files for input and output.
There are two types of file handeling that this tutorial explains:
Sequential Access File Handling
Direct/Random Access File Handling