------------------------------------------------------ help for stk_dirlist Get a directory list, used in The Simulation Toolkit ------------------------------------------------------The program stk_dirlist is designed to get a list of directories within the directory that you specify.
Syntax
stk_dirlist , dirname( <name of directory> )
dirname is the name of a directory.
Return Values
r(dircount) - The number of directories found. 0 if the directory provided was not found.
r(dirlist) - A quoted string with the list of directories found.
Example
. stk_dirlist , dirname(c:stk)
. return list
scalars: r(dircount) = 2
macros: r(dirlist) : "stkdata stkprog"
Author ------
Michael N. Mitchell Statistical Consulting Group UCLA Academic Technology Services mnmatucla.edu