This function takes a path and returns pointers to each of the components of the path.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
void _splitpath (const char *path, char *drive,  
char *dir, char *fname, char *ext)
Parameters for this function are:
The programmer must provide arrays large enough to hold the various components
See Also: