 |
PathFindOnPath ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Searches for a file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL PathFindOnPath(
LPTSTR pszFile,
LPCTSTR *ppszOtherDirs
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER PathFindOnPath IN shlwapi;
STRING @ pszFile,;
STRING @ ppszOtherDirs
|
 |
 |
 |
| Parameters: |
 |
pszFile
[in] Pointer to a null-terminated string of maximum length MAX_PATH that contains the file name for which to search. If the search is successful, this parameter is used to return the fully qualified path name.
ppszOtherDirs
[in] Optional null-terminated array of directories to be searched first. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful, or FALSE otherwise. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-04-27 20:07:13 | | Modified: | 2005-04-27 20:18:05 | Visited in last 7 days: 18 |