Scroll to navigation

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 Otherwise
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API