programming:c:functions:_splitpathWhat links here?
void _splitpath(
   const char *path,
   char *drive,
   char *dir,
   char *fname,
   char *ext 
);


Parameters
path (in)
Full path.
drive (out)
Drive letter, followed by a colon (:). You can pass NULL for this parameter if you do not need the drive letter.
dir (out)
Directory path, including trailing slash. Forward slashes ( / ), backslashes ( \ ), or both may be used. You can pass NULL for this parameter if you do not need the directory path.
fname (out)
Base filename (no extension). You can pass NULL for this parameter if you do not need the filename.
ext (out)
Filename extension, including leading period (.). You can pass NULL for this parameter if you do not need the filename extension.
programming:c:functions:_splitpath
programming - sqlite3 - c interface - sqlite3_step()
programming - pascal - function - copy
programming - C - function strncpy
programming:c:function fgetc
programming - C - function getc
programming:c:function getchar
programming:c:function ispunct
programming - C - function strcpy
programming:c:function fputc
programming - pascal - function - length
programming:c:function isupper
programming - sqlite3 - data types
programming:c:function isgraph
programming - C - function strdup
programming - pascal - function - pos
programming - pascal - procedure - insert
programming - C - function _splitpath
filename:programming:c:functions:_splitpath
filename:programming%3Ac%3Afunctions%3A_splitpath
last edit:January 07 2010 21:14:58 (5727 days ago)
ct = 1757738625.000000 = September 13 2025 00:43:45
ft = 1262916898.000000 = January 07 2010 21:14:58
dt = 494821727.000000