Sub Close_File(Byref H As HANDLE)
Закрывает файл, открытый функциями Create_File, Open_File, Read_File
H - хендл файла, полученный с помощью функций Create_File, Open_File, Read_File
Windows , Linux
#Include "window9.bi"
Var handle=Create_File("Пример.txt")
If handle Then
Write_Byte(handle,56)
Write_Byte(handle,47)
EndIf
Close_file(handle)
Created with the Personal Edition of HelpNDoc: Free help authoring tool