The IDL_Savefile::Cleanup procedure method performs all necessary cleanup when the savefile object is destroyed. The SAVE file associated with the object is closed. In addition, all in-memory data structures created by IDL when cataloging the SAVE file are released.

Syntax


Obj->Cleanup

or

Obj->[IDL_Savefile::]Cleanup

or

OBJ_DESTROY, Obj

Arguments


None.

Keywords


None.

Version History


6.1

Introduced