1
2
3
4
5
6
7
void _splitpath(
const char *path,
char *drive,
char *dir,
char *fname,
char *ext
);

参考

  1. http://msdn.microsoft.com/en-us/library/e737s6tf.aspx

留言