Split the path into a folder name and filename
void split(DString& path, DString& tail);
DFilename Class