-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI REQUESTFOLDER
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: RequestFolder -- Request the user to select a folder. (V2.0)
TEMPLATE:: VAR/K,STEM/K,BODY/A,EXCLUDEACTIVE/S
FUNCTION:: Requests the user to select a folder, perhaps excluding the current folder.
INPUTS::
VAR/K
- alternative variable to put the results into instead of RESULT\
STEM/K
- base name used for the stem where the result will be stored\
BODY/A
- a string containing the body of the requester\
EXCLUDEACTIVE/S
- exclude the current folder from the list\
RETURNS::
VAR
- info returned by the query\
<STEM>FOLDER
- name of the selected folder\
`RC` is set to 1 if the user cancels the requester.
NOTES::
EXAMPLE::
BUGS::
SEE ALSO:: SETFOLDER