 |
PathFileExists ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Determines whether a path to a file system object such as a file or directory is valid. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL PathFileExists(
LPCTSTR pszPath
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER PathFileExists IN shlwapi;
STRING pszPath
|
 |
 |
 |
| Parameters: |
 |
pszPath
[in] Pointer to a null-terminated string of maximum length MAX_PATH that contains the full path of the object to verify. |
 |
 |
| Return value: |
 |
| Returns TRUE if the file exists, or FALSE otherwise. Call GetLastError for extended error information. |
 |
 |
| Word Index links for the PathFileExists : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-29 19:05:21 | | Modified: | 2001-11-26 16:03:51 | Visited in last 7 days: 30 |