splitpath

stdlib.h
#define _MAX_PATH       260
#define _MAX_DRIVE      3
#define _MAX_DIR        256
#define _MAX_FNAME      256
#define _MAX_EXT        256

splitpath.c

[C:][\Projects\C\Sample\splitpath\][sample][.html]