Save Method (Library object)

Saves the library.

Applies to: Library object

Syntax

[[Let] booleanRet =] object.Save ()

The Save method syntax has these parts:

Part Description
object Required. An expression that returns a Library object.
booleanRet Optional. A Boolean type variable.

Remarks

The method attempts to save the library under the default filename (the FullName property). If the library hasn't been yet saved, the name of the file (the Name property) is made up automatically of the library title (the Title property) and the standard extension for ConceptDraw libraries (.cdl) and then the library is saved in the current folder of the application.

If the library has been saved successfully, the Save method returns True. Otherwise, the method returns False. To save the library with the specified filename and parameters, use the SaveAs method.

 

See Also

FullName property, Name property, Title property, OpenLib method, SaveAs method