FCLOSE procedure

The FCLOSE procedure closes a specified file.

Syntax


1  UTL_FILE.FCLOSE ( file )

Procedure parameters

file
An input or output argument of type UTL_FILE.FILE_TYPE that contains the file handle. When the file is closed, this value is set to 0.