table of contents
other versions
- wheezy 1.4.1-4
PathFileExistsA(3w) | Wine API | PathFileExistsA(3w) |
NAME¶
PathFileExistsA (SHLWAPI.@)SYNOPSIS¶
BOOL PathFileExistsA(
LPCSTR lpszPath
)
DESCRIPTION¶
Determine if a file exists.PARAMS¶
lpszPath [In] Path to check.RETURNS¶
TRUE If the file exists and is readable FALSE OtherwiseIMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/path.c". Debug channel "shell".Oct 2012 | Wine API |