Fclose
Last Modified: May 29, 2005 14:05PM
|
|
| (Any)
|
Description
FCLOSE( INT FILE)
It closes a file.
PARAMETERS:
INT File: Identifier of the file opened with Fopen.
DESCRIPTION:
Any change made to a file of visible nature writing for the user, according to what platform, until the file is not closed.
It is necessary to close all the files that have been opened. In addition, a limit imposed by the operating system to the number of files exists that can simultaneously be opened.
|
User Contributed Notes Fclose |
|
| There are no user contributed notes for this page. |
| Last updated: Tue, 24 May 2005 - 17:06:28 |
|
|