CloseAllFile




Function CloseAllFiles() As Boolean

'Closes any files that were opened with a file #

While FreeFile > 1
Close #FreeFile - 1
Wend

End Function










( closeallfile.html )- by Paolo Puglisi - Modifica del 17/12/2023