int CmFile::GetNamesNE(const string& nameWC, vecS &names)
{
	string dir;
	return GetNamesNE(nameWC, names, dir);
}
示例#2
0
文件: CmFile.cpp 项目: yun-liu/BING
int CmFile::GetNamesNE(CStr& nameWC, vecS &names)
{
	string dir, ext;
	return GetNamesNE(nameWC, names, dir, ext);
}