A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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)

Library
Shlwapi

Parameter Information
- 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.

Return Values
Returns TRUE if successful, or FALSE otherwise.

Last update: 07 April 2006