Previous:The #fopen Directive   Main Index   Next:The #read Directive



The #fclose Directive

Files opened with the #fopen directive are automatically closed when scene parsing completes however you may close a file using the #fclose directive. The syntax is as follows:

FCLOSE_DIRECTIVE:
#fclose FILE_HANDLE_IDENTIFIER

Where FILE_HANDLE_IDENTIFIER is previously opened file opened with the #fopen directive. See "The #fopen Directive".



Previous:The #fopen Directive   Main Index   Next:The #read Directive