binio-fclose | ![]() ![]() |
(binio-fclose <stream>)
Closes a stream object created with binio-fopen. Those streams are incompatible with plain AutoLISP functions! On any error it breaks with the error message "Close not open file!".
Dependant on an external library: so far only binio.fas for ViLL or vlisp
stream: internal object representation of a binary file
Not defined
Closes an open stream and deletes it from an internal list of all open binary files.
(std-require-external 'BINIO)
Defined in BINIO