.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MSVCRT__rmdir 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMSVCRT__rmdir\fR (MSVCRT.@) .SH SYNOPSIS int CDECL MSVCRT__rmdir ( const char* \fIdir\fR ) .SH DESCRIPTION .PP Delete a directory. .SH PARAMS \fIdir\fR \fB[In]\fR Name of directory to delete. .PP .SH RETURNS .PP \fBSuccess:\fR \fB0.\fR The directory indicated by newdir is deleted. .PP \fBFailure:\fR \fB-1.\fR errno indicates the error. .SH NOTES .PP See \fBRemoveDirectoryA(3w)\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/msvcrt/dir.c"\fR. .PP Debug channel \fB"msvcrt"\fR.