I'm using Lee Mac's great DirectoryFiles routine (copied below) to get a list of files in a given root directory.
I'd like to stop the recursion prematurely and return nil if there are over 100 files in the list, but the recursion, mapcars, and lambdas are a bit above my head. Any help w...