Saving a catalog
The following methods are used to save catalogs:
- save()
Saves an open catalog and returns a Boolean value: false if it fails, otherwise true.
- saveAs(String path, String name)
Saves an open catalog as a new catalog file. You can save the catalog as a binary catalog using the extension .cat, or an XML format catalog using the extension .cat.xml.