binio-fclose


Synopsis

(binio-fclose <stream>)

Description

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

Arguments

stream: internal object representation of a binary file

Return Value

Not defined

Side Effects

Closes an open stream and deletes it from an internal list of all open binary files.

Module

(std-require-external 'BINIO)

Defined in BINIO