The [EmLibraryInterface] stanza in the .ini file provides parameters to control the access mode to the code library from the image.Value type: String
Default value: empty string (‘’)
Installation value: as specified in the Installation dialog
Setter: EmLibrary class>>#serverAddress:DefaultName = filenameValue type: Filename string
Default value: empty string (‘’)
Installation value: as specified in the Installation dialog
Setter: EmLibrary class>>#defaultName:Value type: Boolean
Default value: false
Installation value: false
Setter: EmLibrary class>>#openReadOnly:Limited support for read-only libraries is available. Import operations open the source library read-only, so that importing from CD-ROM, or from a library for which a user has only read permission, is now possible. You can also connect an image to a read-only library, and load and export from it. The default value is false, however, the value is saved with the image. If you set it to true, you must explicitly reset it to false before you can perform write operations.
a. Disconnect from the current library by choosing System -> Disconnect From Server from the Tools menu.
b. Evaluate the expression EmLibrary openReadOnly: true.
c. Connect to the read-only library by choosing System -> Change Default Library, or System -> Reconnect to Server from the Tools menu.
d. Disconnect from the read-only library by choosing System -> Disconnect From Server from the Tools menu.
e. Evaluate the expression EmLibrary openReadOnly: false.
f. Connect to the development library by choosing System -> Change Default Library, or System -> Reconnect to Server from the Tools menu.
|