.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathIsDirectoryEmptyA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathIsDirectoryEmptyA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathIsDirectoryEmptyA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Determine if a given directory is empty. .SH PARAMS \fIlpszPath\fR \fB[In]\fR Directory to check. .PP .SH RETURNS .PP \fBTRUE\fR If the directory exists and contains no files, \fBFALSE\fR Otherwise .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.