| This instance variable contains the (Global) Zip File Comment of the open Zip File. This value can be queried/retrieved and set directly or with the :Save() and :Close() methods, and is initially empty. It will be written to disk by the :Save() and (indirectly by the) :Close() method, and will be updated/read by the :Open() and :Directory() methods. It will be reset to an empty string by the :Close() and :New() methods. If this instance variable is set directly, it might not be automatically saved with the :Save() method if nothing else was changed in the Zip File! It is therefore always better to use the :Save() or :Close() methods to explicitly set this instance variable!
|