取得文件名(CString量)后如何取得不要文件后缀的文件名长度? 问题点数:20、回复次数:2Top
int nlen=path.ReverseFind('.'); Top
CString filename; filename.Left(filename.Find(".")+1);Top