•  Back 
  •  File functions 
  •  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.4  Fclose                                                     TOS

 Name:         »File close« - Close a specified file.

 Opcode:       62

 Syntax:       int16_t Fclose ( int16_t handle );

 Description:  The GEMDOS routine Fclose closes a file with the file 
               ID handle.

               Note: In a network the active locking is lifted. During 
               closing of standard channels, from GEMDOS Version 0.15 
               onwards the original channel will be reinstated.

 Return value: The function returns the following results:

                E_OK    No error has arisen
                EIHNDL  Wrong file ID

 Availability: All GEMDOS versions.

 Group:        File functions

 See Also:     Binding   Fopen