.. _func_file_closefile: ========= CloseFile ========= CloseFile - Description =========== .. code-block:: blitzmax CloseFile( stream:TStream ) Closes a file stream. After performing file operations on an open file make sure to close the file stream with either #CloseFile or the identical #CloseStream command. Parameters ========== Return Values ============= Nothing. Examples ======== See Also ========