.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FileExists 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFileExists\fR (SETUPAPI.@) .SH SYNOPSIS BOOL FileExists ( LPCWSTR \fIlpFileName\fR, LPWIN32_FIND_DATAW \fIlpFileFindData\fR ) .SH DESCRIPTION .PP Checks whether a file exists. .SH PARAMS \fIlpFileName\fR \fB[In]\fR Name of the file to check. .PP lpNewFileName \fB[Out]\fR Optional information about the existing file. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.