[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


_makepath

Makepath is used to create a path.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <io.h>
void _makepath(
  char *path,
  const char *drive,
  const char *dir,
  const char *fname,
  const char *ext);
Parameters:

Parameters for this function are:

path  
char *  
String to receive the created path  
drive  
const char *  
String containing the drive component  
dir  
const char *  
String containing the directory component  
fname  
const char *  
String containing the file name component  
ext  
const char *  
String containing the file extension component  

Return:

None

See Also:

"_chdir"

"_chdrive"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000