FileExists(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/misc.c".
- Debug channel "setupapi".