rfind stepthrough - rsanchez-wsu/jfiles GitHub Wiki

This is distinct form F Ind in that it also searches sub-directories ##JFilesServer.execute()

  1. Choose the rfind case on the switch
  2. Execute the rfind command passing the second word in the input(the search term) along with the directory and ID.

##JFilesServer.recursiveFindCmd()

  1. Step through each object in the directory; if that object is itself a directory execute recursiveFindCmd on it.
  2. Execute Find() on the main directory.