-- Command: aslrequest ID/K, TITLE/K, ATTRS/K/M
This command will bring up a standard ASL file requester. Note
that this command is syncronous. That is once it is issued it
will not return a result until the user has selected a
file/directory or canceled. Once a file/directory has been
selected then the fully path-qualified name will be returned in
the `ARexx' variable RESULT (assuming `options results' was
specified in the script).
* ID - this argument specifies a window ID. If specified then
the requester will be associated with the window.
* TITLE - this argument specifies the requester title (placed
in the title bar of the requester window).
* ATTRS [ISG] - with this option any ASL attribute TAGs may be
set (refer to AmigaDOS RKMs for details).
Some useful TAGs for use with this command are:
TAG_Name = TAG_id
ASLFR_InitialLeftEdge 0x80080003
ASLFR_InitialTopEdge 0x80080004
ASLFR_InitialWidth 0x80080005
ASLFR_InitialHeight 0x80080006
ASLFR_InitialFile 0x80080008
ASLFR_InitialDrawer 0x80080009
ASLFR_InitialPattern 0x8008000A
ASLFR_DoSaveMode 0x8008002C
ASLFR_DoMultiSelect 0x8008002D
ASLFR_DoPatterns 0x8008002E
ASLFR_DrawersOnly 0x8008002F
ASLFR_RejectIcons 0x8008003C
ASLFR_RejectPattern 0x8008003D
ASLFR_AcceptPattern 0x8008003E
ASLFR_FilterDrawers 0x8008003F