_makepath(3w)

NAME

_makepath (MSVCRT.@)

SYNOPSIS

VOID CDECL  _makepath
 (
  char*       path,
  const char* drive,
  const char* directory,
  const char* filename,
  const char* extension
 )

DESCRIPTION

Create a pathname.

PARAMS

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").

RETURNS

Nothing. If path is not large enough to hold the resulting pathname, random process memory will be overwritten.

IMPLEMENTATION

Defined in "tchar.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/msvcrt/dir.c".

Debug channel "msvcrt".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout