rfind stepthrough old - rsanchez-wsu/jfiles GitHub Wiki
This is distinct form F Ind in that it also searches sub-directories ##JFilesServer.execute()
- Choose the rfind case on the switch
- Execute the rfind command passing the second word in the input(the search term) along with the directory and ID.
##JFilesServer.recursiveFindCmd()
- Step through each object in the directory; if that object is itself a directory execute recursiveFindCmd on it.
- Execute Find() on the main directory.