PathFileExistsA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".