find stepthrough - rsanchez-wsu/jfiles GitHub Wiki

##JFilesServer.execute()

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

##JFilesServer.find()

  1. Search through the objects in this directory for matches for the search term. Send them to the client.
  2. Count the objects found and print the number to the console (not sent to the client).