From the NannyMUD documentation
2004-02-15
NAME
get_files - get files from here, and belowSYNTAX
string *get_files(string path)LOCATION
/obj/supportDESCRIPTION
This function will recursively decsend from the path you give, and return the names of all files it finds.NOTE
The function will try to read in dirs without checking if it is allowed by the ACL system, thus leaving a trail in the log files.NOTE
This function isn't as useful as you might think; for large dirs it will run into the max eval limits.