.. highlightlang:: us .. _fcloseall: fcloseall ========= .. index:: fcloseall .. us.tag fcloseall ENGLISH ffiles New530 :ref:`fcloseall` closes all with :ref:`fopen` opened files. .. function:: nClosed = fcloseall() .. us.return **Return Value** *nClose* is the number of closed files. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.3.0 - Documented. .. seealso:: :ref:`overview-binary-and-text-files`, :ref:`fopen`, :ref:`fclose`, :ref:`fshow` :sub:`id-625677`