Exemplo n.º 1
0
int CmFile::GetNamesNE(const string& nameWC, vecS &names)
{
	string dir;
	return GetNamesNE(nameWC, names, dir);
}
Exemplo n.º 2
0
int CmFile::GetNamesNE(CStr& nameWC, vecS &names)
{
	string dir, ext;
	return GetNamesNE(nameWC, names, dir, ext);
}