•  Back 
  •  GEMDOS 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File5.10  File functions                                               TOS

Fattrib    Reads or modifies file atributes.
Fchmod     Sets file access permissions.
Fchown     Modifies file access permissions.
Fclose     Closes a given file.
Fcntl      Performs control operations on a file.
Fcreate    Creates a file.
Fdatime    Reads or modifies a file's date/time stamp.
Fdelete    Deletes a specified file.
Ffchmod    Changes access permissions for an open file.
Ffchown    Changes ownership of an open file to uid and gid 
              respectively.
Fdup       Duplicates file handle.
Fforce     Redirects input/output of standard channels.
Fgetchar   Reads characters from a file.
Fgetdta    Gets disk transfer address.
Finstat    Gets input status of a file.
Flink      Creates a link to a file.
Flock      Sets or removes file record lock.
Fmidipipe  Redirects MIDI in/output.
Fopen      Opens a specified file.
Foutstat   Finds the output status of a file.
Fpipe      Creates a pipe.
Fputchar   Writes a character to a specified file.
Fread      Reads from a specified file.
Freadlink  Finds the contents of a symbolic link.
Frename    Renames a file.
Fseek      Sets a pointer to a given position of a file.
Fselect    Selects file descriptors.
Fsetdta    Modifies disk transfer address in memory.
Fsfirst    Finds first entry in a directory.
Fsnext     Finds next entry in a directory.
Fsymlink   Creates symbolic link to a file.
Fwrite     Writes to a file.
Fxattr     Obtains extended file attributes.

See also: Directory functions   XBIOS drive functions   Test for pipes