|   
 
 
 | 
						
							
								| PathFindOnPath Searches for a file. | VB4-32,5,6 Declare Function PathFindOnPath Lib "shlwapi.dll" Alias "PathFindOnPathA" (ByVal pszPath As String, ByVal ppszOtherDirs As String) As Boolean
 | 
 
 | Operating Systems Supported | 
 | Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 4.0 or later); Requires Windows 98 (or Windows 95 with Internet Explorer 4.0 or later) | 
 
 | · pszFile File name for which to search. If the search is successful, this parameter is used to return the fully qualified path name.
 
 · ppszOtherDirs
 Optional null-terminated array of directories to be searched first.
 | 
 | Returns TRUE if successful, or FALSE otherwise. | 
 
     |  |  |