Función de Entrada/Saída de ficheiros
Le un rexistro dun ficheiro relativo ou unha secuencia de bytes dun ficheiro binario a unha variábel.
 
Le datos dun ficheiro secuencial aberto.
 
Reads a line from a sequential file into a variable.
 
Escribe un rexistro nun ficheiro relativo ou unha secuencia de bytes nun ficheiro binario.
 
Writes data to a sequential text file with delimiting characters.
 
Devolve a posición actual nun ficheiro aberto.
 
Returns the position for the next writing or reading in a file that was opened with the open statement.
 
Determina se o apuntador de ficheiro chegou ao final do ficheiro.
 
Devolve o tamaño dun ficheiro aberto en bytes.