C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_splitpath
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <stdlib.h>
 
  Syntax:    void _splitpath( char *path, char *drive, char *dir,
                              char *fname, char *ext );
 
  See also:  _fullpath, _makepath, _getdcwd
                                    -♦-