func_file_closefile.rst 427 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_file_closefile:
  2. =========
  3. CloseFile
  4. =========
  5. CloseFile -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CloseFile( stream:TStream )
  10. Closes a file stream.
  11. After performing file operations on an open file make sure to
  12. close the file stream with either #CloseFile or the identical
  13. #CloseStream command.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========