#include "StdAfx.h" CString CAppUtilManager::ExtractName(CString strFullPath) const { int pos=strFullPath.ReverseFind('\\'); return strFullPath.Right(strFullPath.GetLength()-pos-1); }
No comments:
Post a Comment