Search for file named FNAME in PATH. FNAME is a string specifying a file; if it is a fully qualified filename, as indicated by filename-is-complete?, it is checked for as is. Otherwise, each element of the list PATH is used as a directory name to check for the file. If the file is found, the full pathname to it is returned; if not, #f is returned.