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
filename:programming:c:functions:_splitpath
filename:programming%3Ac%3Afunctions%3A_splitpath
last edit:January 08 2010 02:14:58 (6090 days ago)
ct = 1789133650.000000 = September 11 2026 13:34:10
ft = 1262916898.000000 = January 08 2010 02:14:58
dt = 526216752.000000