.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH _makepath 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fB_makepath\fR (MSVCRT.@) .SH SYNOPSIS VOID CDECL _makepath ( char* \fIpath\fR, const char* \fIdrive\fR, const char* \fIdirectory\fR, const char* \fIfilename\fR, const char* \fIextension\fR ) .SH DESCRIPTION .PP Create a pathname. .SH PARAMS \fIpath\fR \fB[Out]\fR Destination for created pathname. .PP \fIdrive\fR \fB[In]\fR Drive letter (e.g. \fB"A:"\fR). .PP \fIdirectory\fR \fB[In]\fR Directory. .PP \fIfilename\fR \fB[In]\fR Name of the file, excluding \fIextension\fR. .PP \fIextension\fR \fB[In]\fR File \fIextension\fR (e.g. \fB".TXT"\fR). .PP .SH RETURNS .PP Nothing. If \fIpath\fR is not large enough to hold the resulting pathname, random process memory will be overwritten. .SH IMPLEMENTATION .PP Declared in \fB"tchar.h"\fR. .PP Implemented in \fB"dlls/msvcrt/dir.c"\fR. .PP Debug channel \fB"msvcrt"\fR.