splitpath
void splitpath(string fullpath, string &dir, string &name)
Splits a string representing a path into the directory
and name
components.
void splitpath(string fullpath, string &dir, string &name)
Splits a string representing a path into the directory
and name
components.