10.2.12 FILES_SEARCH


next up previous contents
Next: 10.3 Miscellaneous Up: 10.2 File and Directory Previous: 10.2.11 PR_PATH_LIB

10.2.12 FILES_SEARCH

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_'
 


ydac@mssly1.mssl.ucl.ac.uk