_makepath (MSVCRT.@)
VOID CDECL _makepath ( char* path, const char* drive, const char* directory, const char* filename, const char* extension )
Create a pathname.
path | [Out] | Destination for created pathname. |
drive | [In] | Drive letter (e.g. "A:"). |
directory | [In] | Directory. |
filename | [In] | Name of the file, excluding extension. |
extension | [In] | File extension (e.g. ".TXT"). |
Nothing. If path is not large enough to hold the resulting pathname, random process memory will be overwritten.
Declared in "include/tchar.h". gitlab.winehq.org/wine/wine/blob/master/include/tchar.h
Implemented in "dlls/msvcrt/dir.c". gitlab.winehq.org/wine/wine/blob/master/dlls/msvcrt/dir.c
Debug channel "msvcrt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.