AM_STORE_DRAWING saves a drawing to disk.
---->(AM_STORE_DRAWING)-+-(:FILENAME)---|filename|---+-------------------+---->
^ (*) ^
^ | ^
+-----<-----(:ABORT)<-------<+>--->(:OVERWRITE)--+
(*) if the file name already exists
- :FILENAME specifies the filename of the drawing to save.
- :OVERWRITE replaces an existing file with the same name with
the current drawing.
- :ABORT halts the save operation, and allows a different
filename to be specified.
Enclose the filename within double quotes (" ").
Use this action to save a drawing to disk as an MI file.
AM_LOAD_DRAWING terminate action