void _splitpath(
const char *path,
char *drive,
char *dir,
char *fname,
char *ext
);
Parameters
path Full path
drive Optional drive letter, followed by a colon (:)
dir Optional directory path, including trailing slash. Forward
slashes ( / ), backslashes ( \ ), or both may be used.
fname Base filename (no extension)
ext Optional filename extension, including leading period (.)
This has really nothing to do with objectARX
wrote in message news:[email protected]...
hello Alexander can u please tell me how to use it
thanx