Arbortext Command Language > Functions by Alphabetical Listing > amo_open
  
amo_open
msg_file_id=amo_open (path)
This function opens the message file specified by the path parameter. The path parameter should include both a path and file name (including extension) for the desired message file. You must use UNIX path separators (that is, /) in your path argument.
If the function executes correctly, it returns a message file ID. If the function fails, it returns a -1.
Examples
msg_file_id = amo_open('/editor/lib/locale/fr/message.amo')
msg_file_id = amo_open('../custom_messages/message.amo')
Related Topics
amo_close built-in function