File Input/Output Functions
Čita zapis iz formatirane datoteke, ili slijed bajtova iz binarne datoteke u varijablu.
 
Cita podatke iz sljedece otvorene datoteke
 
Reads a line from a sequential file into a variable.
 
Writes a record to a relative file or a sequence of bytes to a binary file.
 
Writes data to a sequential text file with delimiting characters.
 
Vraća u ternutnu poziciju u otvorenoj datoteci.
 
Returns the position for the next writing or reading in a file that was opened with the open statement.
 
Vraća da li je pokazivač u datoteci dosegao kraj datoteke.
 
Vraća veličinu otvorene datoteke u byteovima.