From the NannyMUD documentation

LAST CHANGE

2004-02-15

FUNCTION


NAME

        get_files - get files from here, and below

SYNTAX

        string *get_files(string path)

LOCATION

        /obj/support

DESCRIPTION

        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.