Scroll to navigation

FileExists(3w) Wine API 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

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API