FILES_SEARCH will search all files in sub-directories from a given directory for a given string. In the following example, all .PRO files under the /ys tree are searched to find the string `CONV_'. IDL> files_search, '/ys', 'CONV_'