FileExists.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

FileExists (SETUPAPI.@)

SYNOPSIS

BOOL FileExists
 (
  LPCWSTR            lpFileName,
  LPWIN32_FIND_DATAW lpFileFindData
 )

DESCRIPTION

Checks whether a file exists.

PARAMS

lpFileName [In] Name of the file to check.

lpNewFileName [Out] Optional information about the existing file.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "setupapi.h".

Implemented in "dlls/setupapi/misc.c".

Debug channel "setupapi".