binio-fcloseall


Synopsis

(binio-fcloseall)

Description

Closes all by binio-fopen opened streams. This is usually called within an error handler. See the example.

Returns a list with the size of all opened streams which elements are either T if it the stream was open or nil otherwise.

Dependant on an external library: so far only binio.fas for ViLL or vlisp

Example

(binio-fcloseall) => (T nil)

The return value (T nil) means that were 2 streams, the first was open and closed by binio-fcloseall, the second was already correctly closed by binio-fclose

Arguments

None

Return Value

Returns a list of Booleans.

Side Effects

Closes all opened streams and sets the internal list of all open binary files to nil. This list is not accessible by AutoLISP.

Module

(std-require-external 'BINIO)

Defined in BINIO