programming - C - function _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 - function _splitpath
programming:c:function ferror
programming - CSS
programming - PHP notes
programming - PHP
programming - sqlite3 - c interface - sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*)
programming - sqlite3 - c interface - sqlite3_bind_text
filename:programming - C - function _splitpath
filename:programming%20%2D%20C%20%2D%20function%20_splitpath
last edit:January 07 2010 21:14:58 (5591 days ago)
ct = 1746062150.000000 = April 30 2025 21:15:50
ft = 1262916898.000000 = January 07 2010 21:14:58
dt = 483145252.000000